Hi
I have an User ID filed on my form that populates when the form is opend to the users logon ID.
On the form I have an add records button. Each time the button is clicked it added the current record plus one with just the userID...why? It always addes this extra record. I assume it has something to do with the UserID being auto populated, but how can I stop it?
I have tried DoCmd.CancelEvent in various places On Dirty On after update etc but it did not help
Thanks
Liz
I have an User ID filed on my form that populates when the form is opend to the users logon ID.
On the form I have an add records button. Each time the button is clicked it added the current record plus one with just the userID...why? It always addes this extra record. I assume it has something to do with the UserID being auto populated, but how can I stop it?
I have tried DoCmd.CancelEvent in various places On Dirty On after update etc but it did not help
Thanks
Liz