LittleSmudge
Programmer
I have an Access97 database that has been running fine for years on many machines ( Win98, 2k, XP ) however, one user has just got a new machine ( Windoz XP ) and now she is having problems.
On one form the RecordSource is like
"SELECT * FROM tblOwnerDetails ORDER BY Left([FileRef],3), WalkOrder;"
When the user goes to open the form she gets
Function isn't available in expressions in query expression Left([FileRef],3).
I've copied the RecordSource text into a dedicated query and get the same result.
Yet it works on all sorts of other machines.
Any idea what might be wrong with the set up of this machine ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
On one form the RecordSource is like
"SELECT * FROM tblOwnerDetails ORDER BY Left([FileRef],3), WalkOrder;"
When the user goes to open the form she gets
Function isn't available in expressions in query expression Left([FileRef],3).
I've copied the RecordSource text into a dedicated query and get the same result.
Yet it works on all sorts of other machines.
Any idea what might be wrong with the set up of this machine ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.