Scott O'Neal
New member
- Local time
- Yesterday, 22:17
- Joined
- Sep 5, 2012
- Messages
- 2
OKay, here's the lowdown, I have written a simple query to list the phone numbers I have entered into a client database. I have 3 fields in my table, (autonumber, date, and phone number). I wrote the first query and it produced a list of phone numbers dating back to the inception of the database. I then added a critria statement to limit the list to the last 31 days, >Now()-31. Now I need to get rid of any local phone calls that were placed, showing only the phone numbers outside of the 615 area code. I have tried quite a bit, but nothing is working. Any tips or suggestions?