How to Allow Edit (Block Edit) on Forms?

  • Thread starter Thread starter WDSnews
  • Start date Start date
W

WDSnews

In Paradox for Windows, all forms arrive ReadOnly and the user presses F9 to
allow editing. How can I recreate this functionality in Access with Forms
and Subforms?
 
In Paradox for Windows, all forms arrive ReadOnly and the user presses F9 to
allow editing. How can I recreate this functionality in Access with Forms
and Subforms?

Set the main form's Allow Updates property to No in the form's Current event,
and back to Yes in an OnKey macro bound to F9 (if you want to usurp the
standard function of F9).

Do note that Access is not a flawed implementation of Paradox.
 

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