click on tab and change allowedits to true

D

deb

I have a form called Contacts. It has 3 tabs.
I have the form allowedits = false.

When I click on the tab called pgIssuesReports
I would like the form to be changed to allowedits = true.
When I click off this tab
I would like the form to be changed to allowedits = false again.

The only tab that allows edits will be pgIssuesReports.
There are report that I need to select on this tab and it will not allow me
to select from the listbox or option box.

Thank you,
 
A

Armen Stein

I have a form called Contacts. It has 3 tabs.
I have the form allowedits = false.

When I click on the tab called pgIssuesReports
I would like the form to be changed to allowedits = true.
When I click off this tab
I would like the form to be changed to allowedits = false again.

The only tab that allows edits will be pgIssuesReports.
There are report that I need to select on this tab and it will not allow me
to select from the listbox or option box.

From your description of the problem it would be easier to just set
the Locked property to True for all the controls on the 2 read-only
tabs. If there's more to it than that, please provide more details.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 
D

deb

I have and edit button so the admin can edit if needed.

However I do not want the allow edits to effect the 3rd tab.
This tab is for reporting and anyone can use the reports.
I only want the 3rd tab to have edit capability.
 

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

Top