need to search phone numbers

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I need to search a table that has phone numbers but it has a mask like
(000) 000-0000
Basically I want to search for a phone number but I'm not sure if I have the
wrong area code or what so I need to search for a partial number somehow.
Any ideas?
 
Rob

Use a query.

In the criterion "cell" under the [PhoneNumber] field, put something like:

Like * & [Enter your search value] & *

This will prompt the user to enter a search string, then search the
[PhoneNumber] field for that string in any portion of the full phone number
field.

Add as many other fields as you need to the query.

--
Regards

Jeff Boyce
Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

Microsoft Registered Partner
https://partner.microsoft.com/
 

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

News 419m phone numbers leaked in Facebook data breach 3
Cond Format PHONE # 4
Input Mask For Phone Number 4
Convert number 2
Input Mask Default Value 3
Format Problem 9
Defaul area code 2
Linking new phone to computer. 7

Back
Top