code for enable/disable buttons on form based on data in table

N

newtoaccessdb

I am very new to code, and need to make a form uneditable to users who
are not the author of the record, as well as make uneditable to anyone
once a "completed" button is pushed which sets the date into a table.
Any help would be greatly appreciated.
 
D

Duane Hookom

You would need to run some code triggered by the On Current of the form and
possibly the After Update of some controls. This code would set the
AllowEdits property of the form to True or False based on values in your
un-named text boxes or fields.
 

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