K
Ken L
I have a table of email addresses and Yes/No boxes.
emailLists{emailaddress,list1,list2,list3,list4,list5,list6,list7}
each email address can belong to up to 7 different lists
I need to make a query that will ask the user which lists they want to
select, then display the email addresses. So the user can pick any
combination of the seven lists, and get the email address. Examples, List1
and List3. List2 and List3 and List4. List 7.
Does that make sense?
emailLists{emailaddress,list1,list2,list3,list4,list5,list6,list7}
each email address can belong to up to 7 different lists
I need to make a query that will ask the user which lists they want to
select, then display the email addresses. So the user can pick any
combination of the seven lists, and get the email address. Examples, List1
and List3. List2 and List3 and List4. List 7.
Does that make sense?