Solved help me

khalid333

New member
Local time
Today, 14:58
Joined
Jun 17, 2021
Messages
8
hello , i make form contain combox , i need when select first choice in list text box value change or hide ,
i mean first choice in combox list not value i need by index number change text box
 
Is this what you mean?
yes, but i mean the change based on the index number of combox list , i hope you understand me , thank you
 
You want the first item based on index rather than value? I guess you could test:

If Me.ComboName = Me.ComboName.ItemData(0) Then
 
You want the first item based on index rather than value? I guess you could test:

If Me.ComboName = Me.ComboName.ItemData(0) Then
yes , that is what i mean you understand me i will do it and i tell you , thank you friend :)
 

Users who are viewing this thread

Back
Top Bottom