Lock and Unlock

T

Truly

I created a form1 using the wizard. And it contains all
the fields listed in my table1. I used the command wizard
to make a command button that allows me to add a record.
However, the problem lies with the form. The boxes that
hold my data are white; unlocked. Meaning, people can
just accidentally modify the data. How do I place those
boxes on lock while at the same time, allow boxes to be
unlocked when I want to add a record.

Please help.
 
S

Steve Schapel

Truly,

Set the form's AllowEdits property to No.

- Steve Schapel, Microsoft 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