Record Locks in MS Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I prevent records from being edited based on specific criteria from
another column? For example, when a checkbox value is true, lock the records
associated with the ID.

I'm using the MS Expense Report Database and I'm trying to tie up some of
the loose ends.

Thanks in advance for any light you can shed on this matter.

Regards.
 
I would need a little more info than this, you can set up an input mask that
will only except numbers/letters of a certain length or as you have exampled,
a check box can be locked by simply right clicking on the object (check box)
find the lock and change to yes. The default is no.
 
Back
Top