M Miskacee May 27, 2008 #1 how do I call date field from a stored procedure? I don't know the syntax Thank you.
A Alex Dybenko May 27, 2008 #2 Make sure that SP returns this date at the end of it using select - then you can create a pass-through query based on this SP, and this query will return date from SP -- Best regards, ___________ Alex Dybenko (MVP) http://accessblog.net http://www.PointLtd.com
Make sure that SP returns this date at the end of it using select - then you can create a pass-through query based on this SP, and this query will return date from SP -- Best regards, ___________ Alex Dybenko (MVP) http://accessblog.net http://www.PointLtd.com