Split Fields

P

phuser

I have a select query that has a text field, I have changed the properties
so the that the data reads right to left, I would like to create a column
that shows only the first 8 digits from that field.
 
P

phuser

thank you Both!!

KARL DEWEY said:
Right 8 Digits: Right([YourField],8)

phuser said:
I have a select query that has a text field, I have changed the
properties
so the that the data reads right to left, I would like to create a column
that shows only the first 8 digits from that field.
 
Top