Allow Edits Property

R

Roy Goldhammer

Hello there

I've set the form allow edits to false. How it allows me to edit?
 
L

ljubo lecic via AccessMonster.com

You probably have an event which is dirtying your records.I recently had
such a problem and I changed some
of "On lost focus" events to "after update" event.
In other words, you must ensure that there are not events
changing your records during queries.(like "on lost focus")
 
Top