Re: Query
- From: "Danny J. Lesandrini" <dlesandrini@xxxxxxxxxxx>
- Date: Wed, 19 Oct 2005 18:35:23 -0600
Actually, I have no idea what you are doing. What does the pound sign
accomplish in sql?
Have you tried this ...
select * from tblYourTableHere
where [PhoneNumber] Like '315*'
--
Danny J. Lesandrini
dlesandrini@xxxxxxxxxxx
http://amazecreations.com/datafast/
"Thomas A. Anderson" <NOSPAM_kayuman@xxxxxxxxxxx> wrote ...
>I have ran into a rut! I have google'd, Yahoo'd, but could not find the proper syntax. I have spent over two day
>trying to figure this out, and decided that I will have to ask for help from the experts!
> I have a table with three columns, LName, FName, Phone that I will be querying from.
> I would like to set a specific criteria for the Phone. I would only like to extract a specific area code:
> I have the following area codes under the Phone column: 212, 315, 347, 516.
> I would like only for 315 to show when I do the query.
> I have tried using the following syntax : ="315", ="(315)", "315", "(315)", "315""###-#####", "315 ###-####".
> Any ideas on what I am doing wrong?
>
> Access Newbie :(
> Thomas
>
>
.
- Follow-Ups:
- Re: Query
- From: Thomas A. Anderson
- Re: Query
- References:
- Query
- From: Thomas A. Anderson
- Query
- Prev by Date: Re: Query
- Next by Date: Re: Data mapping with a DAO.Recordset?
- Previous by thread: Re: Query
- Next by thread: Re: Query
- Index(es):
Relevant Pages
|