joe_madeira
Registered User.
- Local time
- Today, 03:46
- Joined
- Dec 6, 2011
- Messages
- 29
Hey,
I want a Form which displays three different List boxes. Each list box is made up of three different queries. I don't want to display all three list boxes at a time. Instead I want each list box to only display onto the middle of the screen when an OnClick button is pressed.
For example. In this form I would have three buttons on the left. Each button brings up a different List box in the middle of the screen. When you press one button a list box comes up. When you press another button that list box either disappears and displays another list box or that list box changes to the other list box.
this is so that I dont have to make three separate forms for each list box. I can't use all three list boxes in one form because there isn't enough space because every form within my database must be of a specific size.
Any Help is appreciated! Thanks!
P.S. I know this can be done using a text box whereby pressing a button would change the text in a text box. But I want to know if it can be done using a list box.
I want a Form which displays three different List boxes. Each list box is made up of three different queries. I don't want to display all three list boxes at a time. Instead I want each list box to only display onto the middle of the screen when an OnClick button is pressed.
For example. In this form I would have three buttons on the left. Each button brings up a different List box in the middle of the screen. When you press one button a list box comes up. When you press another button that list box either disappears and displays another list box or that list box changes to the other list box.
this is so that I dont have to make three separate forms for each list box. I can't use all three list boxes in one form because there isn't enough space because every form within my database must be of a specific size.
Any Help is appreciated! Thanks!
P.S. I know this can be done using a text box whereby pressing a button would change the text in a text box. But I want to know if it can be done using a list box.