I have a form that has a question like this:
How did you find out about us?
[ ] Magazine
[ ] Television
[ ] Search Engine
[ ] Other [textbox here]
where the square brackets are checkboxes, and after "Other" is a text box for people to fill in if they found out in a different way.
I have this going to an access database, and I was wondering how I could make it to where if they check more than one answer, every answer they pick will go into the "foundOutAbout" field in the database.
For example, say someone saw us on tv, and the next day in a magazine, but also in the newspaper. I want to capture all three of those ways. Does that make sense?
What code would I need to add to insert that data (like an if/else? but how?)
Any help and guidance would be appreciated. Thanks.