M
msnnews.microsoft.com
Hello,
I have created a query which takes a stock location i.e "A01E" and
extracts the first and last character "A" and "E" to enable sorting at
level stage.
I use the Left and Right Functions i.e "Area:Left([Fieldname],1)" and
"Level: Right([Fieldname],1)".
This works perfectly on my local PC and I can also run it as an .MDE
But after I copy it to the NT4 Terminal Server whenever I try to run the
query it gives the following error :-
"Function isn't available in expressions in query expression
'Left([Locations]![location],1)'.
Any help would be very much appreciated.
I have created a query which takes a stock location i.e "A01E" and
extracts the first and last character "A" and "E" to enable sorting at
level stage.
I use the Left and Right Functions i.e "Area:Left([Fieldname],1)" and
"Level: Right([Fieldname],1)".
This works perfectly on my local PC and I can also run it as an .MDE
But after I copy it to the NT4 Terminal Server whenever I try to run the
query it gives the following error :-
"Function isn't available in expressions in query expression
'Left([Locations]![location],1)'.
Any help would be very much appreciated.