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
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
Comment