Get Focus

  • Thread starter Thread starter Luke
  • Start date Start date
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
 
Start the Form with other Controls disabled and use the CheckBox_AfterUpdate
Event to enable the other Controls.
 
Back
Top