Record Locking

D

Dave Hawks

I am using a form that allows users to enter their names to reserve start
times.
I want to allow entries in empty fields but prevent anyone from editing or
deleting those already entered.
I have tried using the forms data entry Mode and the allow properties of the
form but it either prevents data entry altogether or continues to allow
editing and deletion.
Can I achieve this using the forms properties or can it be done using VBA
code
 
Top