Every time I try to add a new record in my form view it always tells me that it would create a duplicate value of the primary key. I have the primary key set to autoNumber but they are not consecutive numbers because of deletions and such. For adding a new record I have just used the built-in function:
DoCmd.GoToRecord , , acNewRec
Is there anything else I can do?
Thanks
DoCmd.GoToRecord , , acNewRec
Is there anything else I can do?
Thanks