Expr1: Left([dbo_ttipcs021490].[t_item]|12)"

  • Thread starter Thread starter matjcb
  • Start date Start date
M

matjcb

I am stumped

Last Year this i had a left function looked like "Expr1:
Left([dbo_ttipcs021490].[t_item],12)"


I converted thie database from 97 to 2000 and today it looks like this

Expr1: Left([dbo_ttipcs021490].[t_item]|12)

what is this "|" bare? Should it not be a ","

When i copy this this to another database query it does not work but it does
still from where i copy from.
is there and update or something i am missing?
 
Maybe the regional settings in windows are bugging you. Try to figure out if
these settings are the same as on your pc.
 
Thanks Maurice
It was the Regional settings

--
JB


Maurice said:
Maybe the regional settings in windows are bugging you. Try to figure out if
these settings are the same as on your pc.
--
Maurice Ausum


matjcb said:
I am stumped

Last Year this i had a left function looked like "Expr1:
Left([dbo_ttipcs021490].[t_item],12)"


I converted thie database from 97 to 2000 and today it looks like this

Expr1: Left([dbo_ttipcs021490].[t_item]|12)

what is this "|" bare? Should it not be a ","

When i copy this this to another database query it does not work but it does
still from where i copy from.
is there and update or something i am missing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

bitwise operator in SQL 3
Looking for your expert help again please 11
How to count records by last name initial 5
Cascade queries 7
dlookup in Query 10
IIF or something like that 5
Access Query problem 1
using dlookup in a query 2

Back
Top