saving a new record

mariadul

Registered User.
Local time
Yesterday, 22:09
Joined
Jun 11, 2003
Messages
11
I have found that when I add a new record to an empty table where a primary key is auto number, and click on back button to go back to the previous form a second record is added (I should say for the previous ID). I cannot find what is wrong. When there are records in the table everything works fine.
 
You shouldn't add records directly into a table, you have no control over events, but I suspect you have a default value set somewhere
 

Users who are viewing this thread

Back
Top Bottom