Hi All,
I've a stored procedure and an input parameter for this procedure as ..
I'm using VBA within Access to return this date and display it on a form. However, when I get the value only the date part is returned and not the time. For example, in the database I have 2012/04/25 11:34:12 stored but when I retrieve it with VBA and display it in a form only 25/04/2012 is displayed.
I've a stored procedure and an input parameter for this procedure as ..
Code:
@dateAdded DateTime
I'm using VBA within Access to return this date and display it on a form. However, when I get the value only the date part is returned and not the time. For example, in the database I have 2012/04/25 11:34:12 stored but when I retrieve it with VBA and display it in a form only 25/04/2012 is displayed.