B
Ben
Hi all,
I have a form, in it, I have a tab control with 3 tabs. On the first tab, I
have a combo box. Next to it I have I have a command button, that fetches
all records from a table based on the value of the combo box. How, I can't
access the events or properties of this control.
I tried to write an click event procedure of the button but was unable to
refer to the value of the combo box. I did something like this:
sub clickevent
form1.tabcontrol....
end sub
But intellisense wouldn't pick up anthing. What am i referencing wrong?
Thanks,
Ben
--
I have a form, in it, I have a tab control with 3 tabs. On the first tab, I
have a combo box. Next to it I have I have a command button, that fetches
all records from a table based on the value of the combo box. How, I can't
access the events or properties of this control.
I tried to write an click event procedure of the button but was unable to
refer to the value of the combo box. I did something like this:
sub clickevent
form1.tabcontrol....
end sub
But intellisense wouldn't pick up anthing. What am i referencing wrong?
Thanks,
Ben
--