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!

Passing multiple values to a parameter and using it

Status
Not open for further replies.

enuthalapaty

Programmer
Dec 20, 2000
6
US
I pass from my Vb code a set of values which look like the following
Albert Noble,Susan Richard
to a parameter in Crystal.In my record filter code I use the "in " operator for it to look for matching values in the parameter field. I do get the right results that is I get the record of Albert Noble and Susan Richard but I ALSO GET JUST ALBERT RECORD OR JUST NOBLE RECORD IF THERE IS A PERSON WITH JUST ONE WORD OF THE LIST.I need to know if this is the right way to pass multiple values to a parameter field and if so how do I test it in my record selection.VERY URGENT PLEASE LET ME KNOW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top