Please Help With Cascading Combo Boxes to Autofill Text Boxes

hlenorem

New member
Local time
Today, 09:14
Joined
Dec 22, 2009
Messages
1
Hello,
I have a table, companies, with all the information about each company.

The I created a form that has a set of cascading combo boxes:
Region --> State --> Company

Once the company is selected I'd like to populate some text boxes with information about the company - i.e. contact, # of stores

How can I accomplish this?

Thank You So Much!
-Heather
 
Have your combobox contain all the (hidden) columns that you need.

Then use "Me.YourCombobox.Column(0)" to return your values.
0 would be the first column
1 the second
etc...

Good luck & welcome to AWF
 

Users who are viewing this thread

Back
Top Bottom