i have dumped all my sql into a command... works great but i want to be able to use parameters...
i have created startDate, EndDate, Recruiter, and OrgCenter
the dates work fine..
[DateField] between {?StartDate} and {?EndDate}
however im having issues when i try to use the LIKE command...
[RecruiterIDField] like {?Recruiter}
both are strings... any suggestions?