I have a table products
product id - autonum, key
ref - txt
serial - txt
typeId - num (gets type from types table)
and a table types
typeId - autonum, key
type - txt
I want a query to allow my form in a choicelist to pick one of the types and display all available products on that type.
I got...