G
Guest
I converted an older access application (*.mdb file) to Office Access 2003.
I tried to run this application on two different PCs. On both PCs Access
2003 is installed. I have a query which uses the "format" function for
getting parts of a date as string. On one PC I got the error message that the
function call "format" is not known. On the other PC everything works fine.
Why?
The expression:
Miete:Format([Mietpreis];"#.##0,00;-#.##0,00;0,00;0,00")
or
Sorting: Format([R-Mietende];"jjjjmm")
How can I pic dynamic parts of a date instead?
Of course I can write my own function, but this is much more slowlier!
With kind regards,
Stefan
I tried to run this application on two different PCs. On both PCs Access
2003 is installed. I have a query which uses the "format" function for
getting parts of a date as string. On one PC I got the error message that the
function call "format" is not known. On the other PC everything works fine.
Why?
The expression:
Miete:Format([Mietpreis];"#.##0,00;-#.##0,00;0,00;0,00")
or
Sorting: Format([R-Mietende];"jjjjmm")
How can I pic dynamic parts of a date instead?
Of course I can write my own function, but this is much more slowlier!
With kind regards,
Stefan