I have a form which is opened through a macro whenever a fault is to be entered for a particular hardware.
Now due to security reasons, when the form is closed, an append query starts and appends the information on the form to a backup table.
My problem is that I am unable to identify the particular record which has been updated in the form due to which the append query updates several records instead of one only.
All the fields in the form have lot of duplicate information and hence I cannot put any specific criteria.
Grateful for any help.
Now due to security reasons, when the form is closed, an append query starts and appends the information on the form to a backup table.
My problem is that I am unable to identify the particular record which has been updated in the form due to which the append query updates several records instead of one only.
All the fields in the form have lot of duplicate information and hence I cannot put any specific criteria.
Grateful for any help.