how can I control a field to be read and write only (cannot delet.

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

Guest

How can I control a field to be read and written only (can neither delete nor
edit) in a data entry form, please?
 
You would have to insert code into the 'current' and 'open' events of the
form to say that if the field contained data then it should be 'locked' and
if it is blank, then it is not locked.

Rick B
 
Back
Top