S
Sheldon
I am using the navigation buttons to traverse a table.
Only one record currently exists in the table(key xxx1). I
go to record 2 and blank form comes up with a calculated
key (xxx2). The table is BOUND to the form. I go back to
record 1. Record 2 is automatically written to the
database. I then a Delete SQL to remove the decond
record. The first record now appears on the form (xxx1).
I go back to record 2. Instead of a blank record 2 being
displayed, I get the error message "Record in
table 'TABLE_NAME' was deleted by another user". I need
to recreate automatically rec 2 just like it was the first
time. HOW??
Thanks
Only one record currently exists in the table(key xxx1). I
go to record 2 and blank form comes up with a calculated
key (xxx2). The table is BOUND to the form. I go back to
record 1. Record 2 is automatically written to the
database. I then a Delete SQL to remove the decond
record. The first record now appears on the form (xxx1).
I go back to record 2. Instead of a blank record 2 being
displayed, I get the error message "Record in
table 'TABLE_NAME' was deleted by another user". I need
to recreate automatically rec 2 just like it was the first
time. HOW??
Thanks