filter query

N

NAS

I have a query that contains SSN's. The SSN's contain 10 characters, the
first being a designator for branch of service or civilian. For example,
SSN's beginning with "0" belong to Marines, while SSN's starting with "N" are
Navy. What I need to do is filter out all Navy and Civilian personnel and
show only Marines. I have tried what I thought would work in the criteria row
but nothing is working. Please advise. Thank you.
 
T

Tom van Stiphout

On Fri, 9 Oct 2009 06:45:01 -0700, NAS <[email protected]>
wrote:

You need a wildcard search. Put this in the criteria field:
Like "0*"

-Tom.
Microsoft 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

Filter a formula 1
MS Access query filter problem 1
Query Filter 6
Combo Box to Filter query 3
first record gets updated 7
How do I filter out yes? 9
Filter and Query Mismatch 1
Date Filter 5

Top