fluffyozzy
Registered User.
- Local time
- Today, 16:30
- Joined
- May 29, 2004
- Messages
- 63
Erm, I feel really silly asking this because it's probably simple to do, but my brain is refusing to work.. I searched a little bit for this, but can't find an answer (probably too simple).
I have a table and would like to prompt the user to enter multiple IDs of these records, separated by a comma between each value. Query works very well if I enter in the criteria something like:
In (1,2,3,4)
but it doesn't work at all if I enter:
In([please enter ID numbers])
How can I get the contents of what they put on the pop-up box to between the parentheses in the IN parameter?
Thank you in advance and please forgive me for being so brain-dead this morning
I have a table and would like to prompt the user to enter multiple IDs of these records, separated by a comma between each value. Query works very well if I enter in the criteria something like:
In (1,2,3,4)
but it doesn't work at all if I enter:
In([please enter ID numbers])
How can I get the contents of what they put on the pop-up box to between the parentheses in the IN parameter?
Thank you in advance and please forgive me for being so brain-dead this morning
