return results

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

Guest

Hi
I have a table with telephone numbers on it and i only want the numbers
stsarting with 02890 to show up. there are seven numbers that should appear,
however when i put this in only one appears (Like "02890*"). can any one help.
thanks

Monty
 
Hi
I have a table with telephone numbers on it and i only want the numbers
stsarting with 02890 to show up. there are seven numbers that should appear,
however when i put this in only one appears (Like "02890*"). can any one help.
thanks

Monty

Where are you "putting this in"?

Create a new Query based on your table.

Put the LIKE expression on the criteria line under the fieldname.

Open the query datasheet.

John W. Vinson[MVP]
 
That is strange. Could the zeros actually be the letter 0. I've seen that
before. How about leading blanks? Go to the table and sort A to Z and see
what happens.

Also if this is a number, not text, field, the leading zero is being put in
by formatting. Could be something going wrong there.

Tell you what, thy this in a query and see what happens:

Like "*289*"

Sort on that field. See what shows then and where.
 

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

Count Names 2
Word Create a Phone Book using MailMerge in word 2007 0
multiple records on the same form 1
Counting Formula 3
Sub Forms 7
New Dell PC 6
Changed my ISP 9
Performing subtraction on 2 fields to fill another 3

Back
Top