A
alexboitz
I have "Trades" table with 3 fields - Trade, Trade ref, Company ref
The "Companys" Table is linked to it by the Company ref field.
There are many Companys for each Trade.
I combo query to get a pick list with unique values of Trade...which only
seems to work if there is only the one field used.
I try to use the selected Trade as the filter in a query to show only
Companys with this trade, but it always asks for input before running the
first query.
It uses my attempt at a selection filter as the prompt
viz. - [Forms]![ParamForm]![Comboboxname]
This question seems to crop up often but i can't find a response with clear
instructions that work. Your response to fredg on 2/28/2006 seems very
helpful and i tried to use that format, but it produces the input prompt as
above.
The Set Column Width property to 0";1" in that response is confusing and
seems to stop the query from working, so I omitted it.
I would be very grateful if you could help.
The "Companys" Table is linked to it by the Company ref field.
There are many Companys for each Trade.
I combo query to get a pick list with unique values of Trade...which only
seems to work if there is only the one field used.
I try to use the selected Trade as the filter in a query to show only
Companys with this trade, but it always asks for input before running the
first query.
It uses my attempt at a selection filter as the prompt
viz. - [Forms]![ParamForm]![Comboboxname]
This question seems to crop up often but i can't find a response with clear
instructions that work. Your response to fredg on 2/28/2006 seems very
helpful and i tried to use that format, but it produces the input prompt as
above.
The Set Column Width property to 0";1" in that response is confusing and
seems to stop the query from working, so I omitted it.
I would be very grateful if you could help.