J
Joe_dn
Guest
I have a form that writes data to a table, I have added the following:-
Application.SetOption "Confirm Record Changes", False
Application.SetOption "Confirm Action Queries", False
This means that the user doesnt have to agree to amend the table when updating. Sometimes this update invalidates a primary key and if the wrong option is selected then the whole system goes into debug, is there an option set to stop this from happening??
Basically exit the sub with out the error or the update???
Application.SetOption "Confirm Record Changes", False
Application.SetOption "Confirm Action Queries", False
This means that the user doesnt have to agree to amend the table when updating. Sometimes this update invalidates a primary key and if the wrong option is selected then the whole system goes into debug, is there an option set to stop this from happening??
Basically exit the sub with out the error or the update???