Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query using list

Status
Not open for further replies.

kken

Programmer
Jun 5, 2001
51
CA
Hi All:
I passed a comma delimited list of user ids into a parameter. The in the select record use ToText({USERS.user_id}, 0) in {?UserIDs}
The problem is, if the list = 1211,1311,1411, then it will pick up Users with ids of 211 and 131 and 411.

Is there a way in crystal to only query for each member of the list.


Thanks all.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top