I have a form which opens with a new record and the user makes entries. Now for safety reasons, I have made an append query ( which starts on afterupdate of the form) to append this new record to a backup Table on the same db.
Now as there is no primary index in the table on which the form is based and also other fields have duplicate entries, I am unable to put suitable filter in the query.
Hence I have put a dummy ref no in the form to filter out the new record that has been entered.
I just want to know if there is any other better method to locate this new record??
Thanks in advance.
Now as there is no primary index in the table on which the form is based and also other fields have duplicate entries, I am unable to put suitable filter in the query.
Hence I have put a dummy ref no in the form to filter out the new record that has been entered.
I just want to know if there is any other better method to locate this new record??
Thanks in advance.