I have a recordset that uses a Parameter as the Where statement selection
My SQL code is
Select *
From dbo.SS_Pipeline_Review
Where Branch in (var_Branch)
the var_Branch Value is set to Session ("Branch_Access_List") which pulls a value from the database. For example 6500, 7500
For some reason this is not working right. Does any one have any ideas?
My SQL code is
Select *
From dbo.SS_Pipeline_Review
Where Branch in (var_Branch)
the var_Branch Value is set to Session ("Branch_Access_List") which pulls a value from the database. For example 6500, 7500
For some reason this is not working right. Does any one have any ideas?