Viewing post 1 (of 1 total)
Here is a stored procedure based solution that parses the commas into a tablevar and uses no dynamic sql. Some more details are at :
http://accesshelp.net/content/Report.asp?REPORT=4&PARAM_ID=46
CREATE PROCEDURE [dbo].[SelectEmployeesByID]...
August 19, 2002 at 1:20 pm
#434804