forms_are_nightmares
Registered User.
- Local time
- Yesterday, 23:17
- Joined
- Apr 5, 2010
- Messages
- 71
I think this is the problem but I'm not sure...
I have a form with several combo boxes and a button on the form whose code is IF ElseIf statements based on the entries in those combo boxes. When the button is clicked, the form gets filtered. The first click on the button filters properly, however, every subsequent click doesn't work. If I set the values of the combo boxes back to the first values, the form works.
Is there/should I reset the form? It seems that the form is storing those original values somewhere and I can't figure it out.
Any help would be appreciated.
I have a form with several combo boxes and a button on the form whose code is IF ElseIf statements based on the entries in those combo boxes. When the button is clicked, the form gets filtered. The first click on the button filters properly, however, every subsequent click doesn't work. If I set the values of the combo boxes back to the first values, the form works.
Is there/should I reset the form? It seems that the form is storing those original values somewhere and I can't figure it out.
Any help would be appreciated.