WillieLoMain
Technical User
given 2 tables - with these fields
client - with client_ID and Carrier_Name
carrier - with Carrier_ID and Carrier_Name
I have a query which I set manually to use one of each of the fields from each table to filter the result.
Is it possible to get a list of the items in question to open up on running the query so that the user can select each of the items from the list.
As it stands now I am writing a separate query for each of the scenarios that come up repeatedly or doing it manually each time that I need a new combination.
Thanx
client - with client_ID and Carrier_Name
carrier - with Carrier_ID and Carrier_Name
I have a query which I set manually to use one of each of the fields from each table to filter the result.
Is it possible to get a list of the items in question to open up on running the query so that the user can select each of the items from the list.
As it stands now I am writing a separate query for each of the scenarios that come up repeatedly or doing it manually each time that I need a new combination.
Thanx