adams.bria
Registered User.
- Local time
- Today, 13:24
- Joined
- Apr 28, 2010
- Messages
- 41
Forms are being used for survey entry. Some fields are visible/invisible based on the input of other fields. For example, question 1b only turns visible if 1a is "3". My issue is actually with tabbing. Because I used LOSTFOCUS as my event, the tab already occurs before field is visible, even when 1b turns visible it tabs to question 2. Yes the tab order is set correctly, I know this because when it is visible if I got back to 1a and tab it goes to 1b. I am almost certain it is the event I am using, but I don't know what to use instead. Any ideas?