G
Guest
Hello,
Here is the situation. I need to fill in two fields in a form after a combo
box choice is selected. I pulled in the 3 fields in the query that the combo
box is based on. The Combo box list, the Next field, and the one after that.
Next, I wrote the code that was given to me by stating that "The next field"
= Information.Column(1). and it works
"The one after that" = Information.Column(2) and it does not work
if I change it to column(1) for "The one after that" it works. so for some
reason I can't pull up Column(2) data from the combo box.
Please help if you can
thank you in advance
titan
Here is the situation. I need to fill in two fields in a form after a combo
box choice is selected. I pulled in the 3 fields in the query that the combo
box is based on. The Combo box list, the Next field, and the one after that.
Next, I wrote the code that was given to me by stating that "The next field"
= Information.Column(1). and it works
"The one after that" = Information.Column(2) and it does not work
if I change it to column(1) for "The one after that" it works. so for some
reason I can't pull up Column(2) data from the combo box.
Please help if you can
thank you in advance
titan