Remove Characters

T

Tony Ramirez

I have a field that reads CS-080000-A and I want it to read CS-080000 so I
always only want the first nine characters of the field. How would I write
this in an access query.

Thanks!!!

Tony
 
F

fredg

I have a field that reads CS-080000-A and I want it to read CS-080000 so I
always only want the first nine characters of the field. How would I write
this in an access query.

Thanks!!!

Tony

NewColumn:Left(FieldName],9)
 

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

Top