Function: Update()
Purpose: The Update() function is used to determine whether an UPDATE or INSERT command was attempted against a field.
Usage: Update(column_name)
Returns: True if there was an attempt to INSERT or UPDATE the field (regardless of whether that attempt was successful). False if there was not an attempt to INSERT or UPDATE the field.
This function definition is part of the About Databases Microsoft Access Function Library and is intended to provide a reference overview for database developers.
previous post