Date format in Access 2010 with SQL Server back end

speedball

Registered User.
Local time
Today, 00:18
Joined
Oct 21, 2009
Messages
44
Hello

I have a form in Access 2010 with a textbox that displays a date. The format is set to 'Medium Date', but the date displays as 'YYYY-MM-DD'.

I suspect it is an issue related to the backend, which is in SQL Server. I have a SQL Server stored procedure that populates a recordset in Access, and I then use that recordset as the source for the form.

All the information on the form is correct, I just want to change the format of the dates.

The data type in SQL Server is set to 'date'.

Any suggestions much appreciated.

Thanks
Speedball
 

Users who are viewing this thread

Back
Top Bottom