G Guest Nov 9, 2004 #1 How can I control a field to be read and written only (can neither delete nor edit) in a data entry form, please?
How can I control a field to be read and written only (can neither delete nor edit) in a data entry form, please?
R Rick B Nov 9, 2004 #2 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
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