R
rlkski
I have a date entry field in a master table set to date/time short date
I use the function Format$() to convert that date to various other formats
such as Month:Format([date],"mmmm",0,0) and it typically returns the date
item as a month
eg. 3/6/09 translates to March
When I open the database on another computer running access 2003 I get an
error message on any query using this format function "undefined format
function Format$ in expression.
even when I pair down the expression to Format([date]),"mmmm") it still fails
why does the query work on one computer and not another?
I use the function Format$() to convert that date to various other formats
such as Month:Format([date],"mmmm",0,0) and it typically returns the date
item as a month
eg. 3/6/09 translates to March
When I open the database on another computer running access 2003 I get an
error message on any query using this format function "undefined format
function Format$ in expression.
even when I pair down the expression to Format([date]),"mmmm") it still fails
why does the query work on one computer and not another?