K
Ken L
Ok, as suggested I redesigned my tables.
I have:
tblClient{ClientNumber, ClientName, ClientEmail}
tblEmailList{ListNumber, ListName}
tblClientEmailList{ClienNumber,ListNumber}
I need to be able to select multiple lists in the query. ie. List1, List2,
List7 and generate a list of clients email addresses that are part of those
lists. I have tried WHERE clauses that use AND's and OR's with the expected
results.
Is there a way for the query to stop for user input and then choose the
appropriate lists based on that input?
thanks
I have:
tblClient{ClientNumber, ClientName, ClientEmail}
tblEmailList{ListNumber, ListName}
tblClientEmailList{ClienNumber,ListNumber}
I need to be able to select multiple lists in the query. ie. List1, List2,
List7 and generate a list of clients email addresses that are part of those
lists. I have tried WHERE clauses that use AND's and OR's with the expected
results.
Is there a way for the query to stop for user input and then choose the
appropriate lists based on that input?
thanks