jennypretty
Registered User.
- Local time
- Today, 06:19
- Joined
- Jun 4, 2007
- Messages
- 16
Hello,
I am using ASP to create a checkbox for 5 values and users can check multiple checkboxes at the same time. I store these values on ms access db table.
If a user check 2 checkbox (e.g. Mexico, Spanish), then the values is stored in the field will be "Mexico, Spanish", separate by "," or comma.
How do I create a query or report that display these values in different line?
Example:
Mexico
Spanish
Or is there any other way to do this?
Thanks for reading.
Jenny.
I am using ASP to create a checkbox for 5 values and users can check multiple checkboxes at the same time. I store these values on ms access db table.
If a user check 2 checkbox (e.g. Mexico, Spanish), then the values is stored in the field will be "Mexico, Spanish", separate by "," or comma.
How do I create a query or report that display these values in different line?
Example:
Mexico
Spanish
Or is there any other way to do this?
Thanks for reading.
Jenny.