K
kealaz
Hello,
I have a combo box [chooseMANUF] with a selection of MANUF to choose from.
Once selected, I would like to populate another combo box [chooseVENDOR] with
the vendors that carry the selected MANUF. I have a table [tblMANUF] with
the fields MANUF, VENDORNAME & VENDORNO. Each MANUF can be carried by
multiple VENDORS and each VENDOR can and usually does carry more than one
MANUF. How do I get the second combo box to populate with the appropriate
vendors? I have tried the following...
Combo Box: chooseVendor
Control Source: [blank]
Row Source Type: Table/Query
Row Source: SELECT DISTINCT VENDORNAME FROM tblMANUF WHERE MANUF =
me.chooseMANUF.column(0)
This results in an error:
Undefined function 'me.chooseMANUF.column' in expression.
If you can help me figure out what I'm doing wrong... THANK YOU VERY MUCH!
I have a combo box [chooseMANUF] with a selection of MANUF to choose from.
Once selected, I would like to populate another combo box [chooseVENDOR] with
the vendors that carry the selected MANUF. I have a table [tblMANUF] with
the fields MANUF, VENDORNAME & VENDORNO. Each MANUF can be carried by
multiple VENDORS and each VENDOR can and usually does carry more than one
MANUF. How do I get the second combo box to populate with the appropriate
vendors? I have tried the following...
Combo Box: chooseVendor
Control Source: [blank]
Row Source Type: Table/Query
Row Source: SELECT DISTINCT VENDORNAME FROM tblMANUF WHERE MANUF =
me.chooseMANUF.column(0)
This results in an error:
Undefined function 'me.chooseMANUF.column' in expression.
If you can help me figure out what I'm doing wrong... THANK YOU VERY MUCH!