R
Rex Huston
Hi,
I just installed Access 2000 and for some reason it will
not let me use some of the basic functions such as Format()
When I run the code it pops up with the unknown function
error message. Format() is spelled correctly and Access
does not have problems with the paramaters. Here is the
line of code that gets the error.
report_date_string = Format(report_date, "m/d/yyyy")
report_date is a date entered by the user.
Thanks for the help,
Rex
I just installed Access 2000 and for some reason it will
not let me use some of the basic functions such as Format()
When I run the code it pops up with the unknown function
error message. Format() is spelled correctly and Access
does not have problems with the paramaters. Here is the
line of code that gets the error.
report_date_string = Format(report_date, "m/d/yyyy")
report_date is a date entered by the user.
Thanks for the help,
Rex