User Input multiple criteria

kriscs

New member
Local time
Today, 19:15
Joined
Oct 2, 2006
Messages
9
Last question.. honest.. maybe ;)

I have a query that prompts the user to display certain/all of the members in my member table. The problem is, using a parameter query in the memberID field only allows the user to send the message to one member, not multiple members. "1 or 2 or 3" or "1,3" obviously don't work.
I've tried creating a form with a list box to select the members (which I;ve done) but obviously you need code and stuff to get it to work which I think will be too complicated. Is there a simpiler way or is the form the only thing that will work?
Thanks
Kris
 
i cant think of a way without code.

if there are just certain available combinations eg group A B C, then you could simplify it somewhat, but generally you need code, and working from list or combo boxes is not ever so straightforward
 

Users who are viewing this thread

Back
Top Bottom