5 pts.
 Changing Access form properties within your program.
I have a form where I want to lock a control according to the selection made in a combo box. How do I go about doing this? Thanks.

Software/Hardware used:
ASKED: July 26, 2010  4:41 PM
UPDATED: July 27, 2010  6:36 PM

Answer Wiki:
Use AfterUpdate event procedure in VBA. Check the value in combo box and set for the control property Enable=FALSE, otherwise set Enable=TRUE.
Last Wiki Answer Submitted:  July 27, 2010  6:36 pm  by  msi77   1,610 pts.
All Answer Wiki Contributors:  msi77   1,610 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _