ForcedToUseIt
Registered User.
- Local time
- Today, 00:35
- Joined
- Jul 25, 2004
- Messages
- 34
Hi all,
I have a form in my .mdb that has several subforms that I control the visibility of by pushbuttons. The pushbuttons (and the visibility of my subforms) should be remembered in some way for every record so that when I go between records, the pushbuttons and visibility should change according to my previously selected pushbuttons.
Here is an example:
I have 2 records A and B. On record A I push button no. 1 so that subform 1 will only be displayed. Then I go to record B and push button no. 3 so that subform 3 will only be displayed.
Now when I go back to record A, button no. 3 is selected and subform 3 is displayed.
Is there any way to nail this down?
Any help would be greatly appreciated.
I have a form in my .mdb that has several subforms that I control the visibility of by pushbuttons. The pushbuttons (and the visibility of my subforms) should be remembered in some way for every record so that when I go between records, the pushbuttons and visibility should change according to my previously selected pushbuttons.
Here is an example:
I have 2 records A and B. On record A I push button no. 1 so that subform 1 will only be displayed. Then I go to record B and push button no. 3 so that subform 3 will only be displayed.
Now when I go back to record A, button no. 3 is selected and subform 3 is displayed.
Is there any way to nail this down?
Any help would be greatly appreciated.