Access 2003
I had a form, and a button. When I click a button to open a form it display a message
"You cancelled the previous operation"
Sometime I can edit a form, but other time all of the fields a locked.
The form properties seeting are as follow.
AllowEdits = yes
AllowDeletions = yes
AllowAdditions = yes
DataEntry = no
Recordset Type = Dynaset (Inconsistent Updates)
RecordLocks = Edited Record
//////////////////////////////////////
I did not change any of the form properties using VBA code.
I had a form, and a button. When I click a button to open a form it display a message
"You cancelled the previous operation"
Sometime I can edit a form, but other time all of the fields a locked.
The form properties seeting are as follow.
AllowEdits = yes
AllowDeletions = yes
AllowAdditions = yes
DataEntry = no
Recordset Type = Dynaset (Inconsistent Updates)
RecordLocks = Edited Record
//////////////////////////////////////
I did not change any of the form properties using VBA code.