How do I delete the right 11 values in a field in access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the statement I would need to write to delete the right 11 values in
a field in access?
 
try this to get the left chr minus 11


Left([FieldName],Len([FieldName])-11)
 

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

Back
Top