D
David Dubroff
Microsoft Access 2000 Question:
What is the best way to toggle a form for locking and unlocking the ability
to edit existing data?
Should I toggle the "AllowEdits" parameter based upon its current value? If
so, how do I accomplish this?
I am not sure how to get VBA to grab the current value of the "AllowEdits"
parameter.
Or.... should I be considering a "For....Next" loop to alter the "Enabled"
property for all controls. If so, how do I accomplish this?
What I would like to have is some object on the form that displays the
current "Lock / Unlock" status. Nearby to this status indicator should be
some way to change the form between the locked and unlocked status.
Please advise....
Dave
What is the best way to toggle a form for locking and unlocking the ability
to edit existing data?
Should I toggle the "AllowEdits" parameter based upon its current value? If
so, how do I accomplish this?
I am not sure how to get VBA to grab the current value of the "AllowEdits"
parameter.
Or.... should I be considering a "For....Next" loop to alter the "Enabled"
property for all controls. If so, how do I accomplish this?
What I would like to have is some object on the form that displays the
current "Lock / Unlock" status. Nearby to this status indicator should be
some way to change the form between the locked and unlocked status.
Please advise....
Dave