Allow enter data in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a button in a form to allow (or not allow) data entry. Many thanks in
advance for your help.
 
Your button can toggle the AllowEdits property of the form.

There are some side effects here: unbound controls become unusable as well.
So what I personally do is this:
Locking bound controls on a form and subforms
at:
http://allenbrowne.com/ser-56.html
 

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

Back
Top