G
Guest
Hi all,
I'm getting a runtime error message everytime I try to enter data in my
form. I have a combo box in my form and right beside it I have a text box,
and in that textbox I want a value from the combobox to appear when I select
a value from the combo box. ex. the combobox has the info on trades such as
carpentry, electricians, plumbers, etc. and before the trades are the trade
numbers, after the trades are the trade types, designated, non-designated.
Now, what I want my form to do is when I choose a trade number from the
combobox, I want the trade name and trade type to appear in two separate
textboxes beside the combobox.
For starters, I have the code:
textbox32=combo30.column(2)
textbox36=combo30.column(3)
this code keeps giving a runtime error.
Any suggestions??
I'm getting a runtime error message everytime I try to enter data in my
form. I have a combo box in my form and right beside it I have a text box,
and in that textbox I want a value from the combobox to appear when I select
a value from the combo box. ex. the combobox has the info on trades such as
carpentry, electricians, plumbers, etc. and before the trades are the trade
numbers, after the trades are the trade types, designated, non-designated.
Now, what I want my form to do is when I choose a trade number from the
combobox, I want the trade name and trade type to appear in two separate
textboxes beside the combobox.
For starters, I have the code:
textbox32=combo30.column(2)
textbox36=combo30.column(3)
this code keeps giving a runtime error.
Any suggestions??