Hi all,
I am using a popup form for entering new records. On the forms “on Load “ event I use the following code, DoCmd.GoToRecord , , acNewRec..but once the forms is open all controls are populated with “#Deleted”.
Front end Access 2007, backend SQL 2008.
Do i really need to create a command button for inserting new records (the above described issue does not occur when i use the command button), i was hoping to avoid that.
Thanks!
I am using a popup form for entering new records. On the forms “on Load “ event I use the following code, DoCmd.GoToRecord , , acNewRec..but once the forms is open all controls are populated with “#Deleted”.
Front end Access 2007, backend SQL 2008.
Do i really need to create a command button for inserting new records (the above described issue does not occur when i use the command button), i was hoping to avoid that.
Thanks!