P
PA
We have a Access 2007 database, converted from Access version 2003
The following two functions are creating errors
Format$([DateCall],"dddd") AS OpenWeekDay
produces the error message "Undefined function Format$ in Expression"
and
Format(CDate(FormatDateTime([DateCall] & " " & [TimeCall])),"mm/dd/yyyy
hh:nn:ss") AS OpenDateMilTime
produces the error message "Undefined fuction Format in Expression"
The both did work when using Access 2003
I can sure use a bit of troubleshooting help.
Thank you
Paul
The following two functions are creating errors
Format$([DateCall],"dddd") AS OpenWeekDay
produces the error message "Undefined function Format$ in Expression"
and
Format(CDate(FormatDateTime([DateCall] & " " & [TimeCall])),"mm/dd/yyyy
hh:nn:ss") AS OpenDateMilTime
produces the error message "Undefined fuction Format in Expression"
The both did work when using Access 2003
I can sure use a bit of troubleshooting help.
Thank you
Paul