Right, I'm not sure if this can be done, but I've had a fair stab at it myself and am rather stuck
I have a combo box with dates in. I have stored the number of the day in a variable and wish to use that variable to select a specific textbox.
Hope that makes sense...
Basically, here's an example:
If the value of the combo box was say "01/01/01"
and in the variable would therefore be 1,
I want to select text box 1.
Whereas if I selected "02/01/01" from the combo box,
I want text box 2 to be selected
Any ideas?! Thanks in advance.
I have a combo box with dates in. I have stored the number of the day in a variable and wish to use that variable to select a specific textbox.
Hope that makes sense...
Basically, here's an example:
If the value of the combo box was say "01/01/01"
and in the variable would therefore be 1,
I want to select text box 1.
Whereas if I selected "02/01/01" from the combo box,
I want text box 2 to be selected
Any ideas?! Thanks in advance.