Hi there,
I am trying to create a tblMailingList, but am a little stuck on multiple selections. The people that have opted into this mailing list will be given a list of different interests they want to be kept informed about e.g. services, special offers, 3rd party services etc.
At any given time, If I create a newsletter for services, I want to run a query to extract everyone who has said they want to be kept up to date about services. I was thinking of creating an interests table and using a lookup field in the tblMailinglist so I can select which interests they have, but it wont allow me to select more than one e.g. services OR special offers.
How can I get around this? I don't want to have a separate field for each interest, I just want this one interests field in tblMailinglist to have all of the interests saved there so I can perform various queries.
Any ideas?
I am trying to create a tblMailingList, but am a little stuck on multiple selections. The people that have opted into this mailing list will be given a list of different interests they want to be kept informed about e.g. services, special offers, 3rd party services etc.
At any given time, If I create a newsletter for services, I want to run a query to extract everyone who has said they want to be kept up to date about services. I was thinking of creating an interests table and using a lookup field in the tblMailinglist so I can select which interests they have, but it wont allow me to select more than one e.g. services OR special offers.
How can I get around this? I don't want to have a separate field for each interest, I just want this one interests field in tblMailinglist to have all of the interests saved there so I can perform various queries.
Any ideas?
Comment