David Crooks wrote: > I have a parameterized Remote View that is a comparing a Datetime field > in SQL Server to a Date entered variable. It is not working. How do > enter a Datetime variable? TIA! > >
Just convert it back to a DateTime before going back to SQL Server? I can't recall the SQL Server command but I know it's well documented on BOL, and I remember getting some excellent tips from the SQL Server Tek-Tips forum over the summer. I may have even posted here about it. Search the archives from July 10 to August 13 of this year. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!" _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

