In the below queue, I use a format function.
The query read like:
**********************
select Format([setup date],"mmmm dd yyyy"
from accounts
***********************
I got error:
function isn't available in expression in
Format([setup date],"mmmm dd yyyy"
How do I correct it? Can I use other function to format the date to avoid this error
The query read like:
**********************
select Format([setup date],"mmmm dd yyyy"
from accounts
***********************
I got error:
function isn't available in expression in
Format([setup date],"mmmm dd yyyy"
How do I correct it? Can I use other function to format the date to avoid this error