I am using a pass through query. This line of code works.
exec HardDrivetoCrushSP @GreaterThanDateEntered = '05/01/09'
How do I get the date to be a parameter value. I tried = [Enter Date] but that doesn't work. I am new to writing pass through queries. The BE is SQL Server 2005 and the FE is Access 2007.
exec HardDrivetoCrushSP @GreaterThanDateEntered = '05/01/09'
How do I get the date to be a parameter value. I tried = [Enter Date] but that doesn't work. I am new to writing pass through queries. The BE is SQL Server 2005 and the FE is Access 2007.