Hi All,
I have little problem, which I cannot understand at all and I wonder if anyone has come across this before.
Basically I run a query with this “Update to” criteria
Mid(Left([Old Filename],Len([Old Filename])-4),myInStrRev([Old Filename],"\")+1)
The problem is, this has worked fine for ages and then after a few updates to code and additional references it no longer works. When I run the query from the form, I get Microsoft Visual Basic error as follows:-
Run-Time error 3085
Undefined Function ‘Mid’ in expression
If I go back to an old version of the database, it works perfectly. I am completely at a loss now, if anyone can help I would be extremely grateful
Many thanks
modeX :-(
I have little problem, which I cannot understand at all and I wonder if anyone has come across this before.
Basically I run a query with this “Update to” criteria
Mid(Left([Old Filename],Len([Old Filename])-4),myInStrRev([Old Filename],"\")+1)
The problem is, this has worked fine for ages and then after a few updates to code and additional references it no longer works. When I run the query from the form, I get Microsoft Visual Basic error as follows:-
Run-Time error 3085
Undefined Function ‘Mid’ in expression
If I go back to an old version of the database, it works perfectly. I am completely at a loss now, if anyone can help I would be extremely grateful
Many thanks
modeX :-(