confine field properties

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

Guest

i have a form that combines fields from various tables.

i want to create a property only for a specific field that will not allow the record to be deleted or changed once inserted. i would like that these properties are applicable only when i work with this form.

could you give me a hint?
 
Angie

If I understand what you are trying to do, consider adding code to the
form's BeforeUpdate event. This code would check to see if there was a
value in the specific field, and cancel the update.

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top