Hi im just wondering on combo boxes and textboxes

rosari

Registered User.
Local time
Today, 16:27
Joined
Oct 11, 2007
Messages
10
I was wondering if there was a way to select a value from a combo box and that value will determine if another box say textbox will be visible or not?
For example
From the combobox where you can select me or you and if you select me can it make a textbox visible in which i can put details about me. and if i select you then the textbox wont appear
 
Sure; in the after update event of the combo, test its value with an If/Then and set the textbox visibility as appropriate.
 
thanx i hope it works
 
it works however its doin it wrong
instead of making you invisible it makes me and you invisible i don no y
 
Seeing the code might help.
 

Users who are viewing this thread

Back
Top Bottom