Create a Query

  • Thread starter Thread starter Robb
  • Start date Start date
R

Robb

I would like to find out how to create a query that will
pull the first four charecters regardless of what they
are, or if there is another way to do this any help would
be appreciated.
 
You can use the following expression in the Field: row of a query:

Left([MyField], 4)


hth,
 

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