In Access I can create a combo box that has multiple columns, and designate one of them as the "Bound" column. I can also hide columns by adjusting their width.
How can I re-create the same things in vb?
Printable View
In Access I can create a combo box that has multiple columns, and designate one of them as the "Bound" column. I can also hide columns by adjusting their width.
How can I re-create the same things in vb?
Hi
you just import DataCombo which is very nice for having joint data, also you can import Microsoft Form 2.0 ocx and use Datacombo for that one which have multiple column but that is illegal to redistribute however it is free to download from microsoft.com
hope it helps.
S. Mohammad Najafi
Thanks for the post. I loaded the MS Form 2.0 Componet and it worked fine.
For the last few years I have been using Access and VBA for my apps. Recently, I have graduated to vb and MS SQL Server. I am sorry if some of my questions seem dumb.