How to make a field value read-only

D

DanK

Try setting the control's locked property to yes. You can
also change the enabled property to no with or without
setting the locked property to yes. These fixes only work
while using a form. It doesn't prevent someone going
behind the form, into the table and changing the data.
You have to secure the database in other ways to prevent
them from doing that as well.
 

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