G
Guest
I am trying to create a database with product categories and sub categories
and want to use lookups to populate these 2 columns. Product categories maybe
a Brand (e.g. Ford, Nissan, Toyota) and then the sub categories the
particular model.
I have created a table that links brands and models.
I've got a lookup for the Brand and i can create a lookup for the model but
this lists all models for every brand (so you could select a Ford Corolla for
example).
I want to limit the options in the lookup dropdown list so that once the
brand is selected only the models for that brand are shown in the drop down
list. I have tried dlookup in a form without success and i have tried using
SELECT ... FROM... WHERE... but this asks for a manual paramter entry when i
open the table rather than doing this on a record by record basis.
Any suggestions welcomed.
Thanks
and want to use lookups to populate these 2 columns. Product categories maybe
a Brand (e.g. Ford, Nissan, Toyota) and then the sub categories the
particular model.
I have created a table that links brands and models.
I've got a lookup for the Brand and i can create a lookup for the model but
this lists all models for every brand (so you could select a Ford Corolla for
example).
I want to limit the options in the lookup dropdown list so that once the
brand is selected only the models for that brand are shown in the drop down
list. I have tried dlookup in a form without success and i have tried using
SELECT ... FROM... WHERE... but this asks for a manual paramter entry when i
open the table rather than doing this on a record by record basis.
Any suggestions welcomed.
Thanks