T
Thomas
I have a mailing list where there are multiple yes/no fields. A record can
have multiple Yes or just one. One of the fields is a Text for emails. Not
all records have an email.
DB=Maillist
Fname-Text
Lname-Text
Email-Text
SA-Yes/No
PA-Yes/No
RC-Yes/No
CA-Yes/No
I am trying to create a query to find the emails address of records with a
yes in one or more of the field(s). The end result is to Export to Outlook
to send out an email (that’s another nightmare). I have been able to create
the simple query with one field and then two fields using UNION. Now I want
to try and get three or more of the Yes fields.
When I try with multiple UNION I get the error message:
'The MS Office Access database engine could not find the object ". Make
sure the object exists & that you spell its name & the path correctly.' I am
copying & pasting from the SQL so it should be correct.
Other people have suggested using WHERE. I need to create something simple
as the person maintaining the mail list is not very adept with Access.
have multiple Yes or just one. One of the fields is a Text for emails. Not
all records have an email.
DB=Maillist
Fname-Text
Lname-Text
Email-Text
SA-Yes/No
PA-Yes/No
RC-Yes/No
CA-Yes/No
I am trying to create a query to find the emails address of records with a
yes in one or more of the field(s). The end result is to Export to Outlook
to send out an email (that’s another nightmare). I have been able to create
the simple query with one field and then two fields using UNION. Now I want
to try and get three or more of the Yes fields.
When I try with multiple UNION I get the error message:
'The MS Office Access database engine could not find the object ". Make
sure the object exists & that you spell its name & the path correctly.' I am
copying & pasting from the SQL so it should be correct.
Other people have suggested using WHERE. I need to create something simple
as the person maintaining the mail list is not very adept with Access.