Greetings all
In recent months, problems are arising when running queries which have embedded in them, in-built functions, such as Left, Format or Date().
Queried that were running happily in applications for several years are now giving an error such as “Run Time error 3085: Undefined function ‘format’ in expression.
I can work around the problem by replacing the in-built function with a call to function eg Function DoFormat(str as string) with the in-built function embedded.
Has anyone else encountered this behaviour? Keep in mind that different applications are involved at different sites and it does not happen to all workstations at the one site using the same shared MDB file.
Cranky Cronk.