Multiple list boxes

hduvall

Registered User.
Local time
Today, 08:43
Joined
Jul 22, 2014
Messages
14
I have created form with too little space to display three necessary list boxes used for populating text boxes on the main form. Is there a way programatically to display the single list box at the time it is needed. Perhaps a sub form instead of the list box. I am at a loss as to how to make this happen.

Ant ideas?

Thanks
 
make the Visible property of the other listbox to False, make them visible on demand.
 
Great Suggestion, I think that will solve my problem.

Thanks
 

Users who are viewing this thread

Back
Top Bottom