Data Entry Property

  • Thread starter Thread starter Steve
  • Start date Start date
-----Original Message-----
Can you set a form's Data Entry Property
programmatically? Thanks
.

Yes. Just use
Me.DataEntry=true
or
Me.DataEntry=false
in any of the forms events code or elsewhere use
forms("frmName").dataentry=true
or
forms("frmName").dataentry=false
 

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