Lock and Unlock

  • Thread starter Thread starter Truly
  • Start date Start date
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.
 
Truly,

Set the form's AllowEdits property to No.

- Steve Schapel, Microsoft Access MVP
 
Back
Top