charlie12345
Technical User
I want to populate the ID field with a value the user has entered, without automatically creating a new record in the table.
If I set the control before I open the form (e.g. Forms!frmData.StoneID = Me!StoneID) the form automatically runs Update, and creates a record.
I've tried setting the 'Dirty' property to False, but that didn't help.
Suggestions?
Thanks,
Charlie
If I set the control before I open the form (e.g. Forms!frmData.StoneID = Me!StoneID) the form automatically runs Update, and creates a record.
I've tried setting the 'Dirty' property to False, but that didn't help.
Suggestions?
Thanks,
Charlie