Jacqueline
Registered User.
- Local time
- Yesterday, 17:56
- Joined
- Jul 22, 2015
- Messages
- 10
I need to run a query where the user can enter multiple items separated by a comma. The code was working in my older versions, but I cannot get it to work in a new database.
The query prompts the user for multiple class item numbers that will run class rosters for one or as many items as they enter. If there is an easier way to do this, I'm open to suggestions.
The code I used in SQL view is listed below.
(("," & [Enter Item number, or numbers seperated with a comma no spaces] & ",") Like "*[,]" & [ITEM] & "[, ]*")
It worked and still works in my old database but not the new server version of Access 2016
Thanks, everyone
Jacqueline
The query prompts the user for multiple class item numbers that will run class rosters for one or as many items as they enter. If there is an easier way to do this, I'm open to suggestions.

The code I used in SQL view is listed below.
(("," & [Enter Item number, or numbers seperated with a comma no spaces] & ",") Like "*[,]" & [ITEM] & "[, ]*")
It worked and still works in my old database but not the new server version of Access 2016
Thanks, everyone
Jacqueline
Last edited: