J
Jim Shaw
BlankIs there a good way to prevent unintentional addition of records?
The controls on my form have default values defined to partially complete the form in NewRecord mode.
Problem is: When I delete the last record in my recordset, the form moves into NewRecord mode and sets up with the default values. When I click on a navigation button, a default record is added back into my record set! This record is not wanted.
My current workaround is to click Undo before clicking on a navigation button, but I don't think my users will remember to do that all of the time.
I need to keep the default value feature and the ability to explicitly add records.
The controls on my form have default values defined to partially complete the form in NewRecord mode.
Problem is: When I delete the last record in my recordset, the form moves into NewRecord mode and sets up with the default values. When I click on a navigation button, a default record is added back into my record set! This record is not wanted.
My current workaround is to click Undo before clicking on a navigation button, but I don't think my users will remember to do that all of the time.
I need to keep the default value feature and the ability to explicitly add records.