Using SQL format function in Access 2003

S

smashing_austin

Hi there,

We've just converted our Access 2000 databases to Access 2003. A simple
SQL query:

Select ID, format(MaturityDate, "dd-mmm-yy") as MatDate
From MyTable

returns the error number 3085 "Undefined function Format in
expression".

I have no Missing references in Tools->References.

Any other suggestions as to how to use the Format function in Acess
2003?

Many thanks, Angela
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top