Change data mode from read only to edit

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

Guest

I created a form and the concerning macro that open another form in read only
mode displaying a specific record. On this last form I want to be able to
click on a button and change the data mode from read only to edit so I can
make changes to the information displayed. Can you provide the codes (or
macro) to achieve this? Thanks in advance. I am using Microsoft Access 2003.
 
Jhuny B said:
I created a form and the concerning macro that open another form in read only
mode displaying a specific record. On this last form I want to be able to
click on a button and change the data mode from read only to edit so I can
make changes to the information displayed. Can you provide the codes (or
macro) to achieve this? Thanks in advance. I am using Microsoft Access 2003.


Just set the form's AllowEdits property to True or 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