D
dave@homedeliverygroup
I know this has been asked several 100 times about cascading combo boxes
where one box is populated by another... but i can not figure it out... even
if someone had a gun to my head.... seems like it should be easy however i
just can't get it...
i have two combo boxes
1 named "market" which list my markets and has field names: "count"(auto
number) and "market" based off marketTbl and the format is as follows:
count market
01 DE
02 ATL
03 MA
04 NJ
the 2nd one is "store # and location" this contains my store number along
with the location of the store and has field names: "hub ID"(FYI market from
#1 is the same as hub ID) "store # and location" based off storesTbl... and
the format is as follows:
hub ID store# and location
DE 0217 Newark
DE 0622 N Wilmington
ATL 0033 Atlanta
this is a small sample there are 210 stores in the storeTbl but i need it to
only show the stores that are specfic to the hub id when the user select DE
as the market Ex: DE i need only the DE stores to be available in the stores
combo box...
ANY HELP IS GREAT APPREICATED....
where one box is populated by another... but i can not figure it out... even
if someone had a gun to my head.... seems like it should be easy however i
just can't get it...
i have two combo boxes
1 named "market" which list my markets and has field names: "count"(auto
number) and "market" based off marketTbl and the format is as follows:
count market
01 DE
02 ATL
03 MA
04 NJ
the 2nd one is "store # and location" this contains my store number along
with the location of the store and has field names: "hub ID"(FYI market from
#1 is the same as hub ID) "store # and location" based off storesTbl... and
the format is as follows:
hub ID store# and location
DE 0217 Newark
DE 0622 N Wilmington
ATL 0033 Atlanta
this is a small sample there are 210 stores in the storeTbl but i need it to
only show the stores that are specfic to the hub id when the user select DE
as the market Ex: DE i need only the DE stores to be available in the stores
combo box...
ANY HELP IS GREAT APPREICATED....