confine field properties

A

angie

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?
 
J

Jeff Boyce

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top