Locked Records

G

Galsaba

Is it possible to make some of the records locked, so I cannot edit them, and
some that will be editable?
I know how to open the form in a view mode only, but I don't know if it is
possible to control each record, that some i can edit, snd some I can view
only.

Thanks,

Joe
 
K

Kevin S.

Add a boolean (true false) field to the table called NoEdit. Then for the on
current event of the form....

me.allowedits = not noedit

I think that should work. I don't have Access available right now

-Kevin
 
Top