Search results

  1. A

    is there a way to use keyboard to select from an option group?

    I have a user who can't operate a mouse and I want to make it possible for him to select from an option group using only the keyboard.This is possible if a default button is stipulated, but can it be done when there is no default? There is no event associated with the keyboard in an option...
  2. A

    For...Each - can it apply to form section controls?

    I want to loop through labels on a form header to check if they are visible, but my syntax isn't working. I am using: For each ctl in Me.Form header If ctl.controltype = acLabel Then...... ....Next ctl But I get an error message: Doesn't support this property or method. Is there another...
  3. A

    Change Color of active control

    Please can someone tell me how to change the back colour of a control when it has the focus and then revert to the original colour when it loses it. I have 35 controls on my form, so I need a function, rather than changing the colour with a subroutine evey time. I have searched the site and...
Back
Top Bottom