Pull part of a field

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

Guest

I have a field that gives data like H-A-0012-02 I would like on the report to
just display the A from the string.
 
Michelle

If the "A" is ALWAYS in the third position, you could use something like:
Mid([YourFieldName],3,1)
in your query.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Access IIF and Instr function 1
Access Access IIF and Instr function 6
query 2
Dynamically Add fields/controls to reports 7
Multiple queries on single page of report 5
Access Page Header with merge field 0
Query design 0
Number Formatting 2

Back
Top