simongallop
Registered User.
- Local time
- Today, 02:28
- Joined
- Oct 17, 2000
- Messages
- 611
On a form, I have lots of comboboxes where column(0) = ID Number.
Next to each combobox there is a textbox.
I need to assign the information from the textbox to a variable.
The problem is that I want the variable to have the name Lx where x is the ID number from the combobox. So something like: L & me.cmb1.column(0) = me.txtBox1
Of course that doesn't work.
Does anybody know the code, if there is any, otherwise it will have to be lots of if statements!!
Thanks in advance
Next to each combobox there is a textbox.
I need to assign the information from the textbox to a variable.
The problem is that I want the variable to have the name Lx where x is the ID number from the combobox. So something like: L & me.cmb1.column(0) = me.txtBox1
Of course that doesn't work.
Does anybody know the code, if there is any, otherwise it will have to be lots of if statements!!
Thanks in advance