cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Linking tables substring possible?

Former Member
0 Likes
879

We would like to link an order # which is 8 characters with the 'original order number' which is also 8 but unfortunately is stored in a 24 char column and you can get it this way> ReplicateString ("0",8-LENGTH(TRIM(MID({OEORH41.OHPO#},1,8))) )&TRIM(MID({OEORH41.OHPO#},1,8))

On the database expert linking is there any way to provide this trim function so we can link correctly?

View Entire Topic
Former Member
0 Likes

Please try to link the table in select expert