Get Focus

L

Luke

I would like to keep several fields in a form "greyed out"
until a user checks yes in another field (yes/no).
When yes is checked i would like these fields then to get
focus and become available for data input.

all help greatly appreciated
 
V

Van T. Dinh

Start the Form with other Controls disabled and use the CheckBox_AfterUpdate
Event to enable the other Controls.
 
Top