TheCandyman
Technical User
I have a DB, which holds some phone numbers. Some are phone, fax, home, cell, etc.
So i type the phone number in, and then assign it properties from a drop down box(directory, office, office #2, home, cell) it creates a record with the item number(office)and assigns it to the userID. So a user who has a phone that is an office phone and it will show in a directory, it will have 2 records, one for with the phone ID and the other with directory ID.
I can pull just the office numbers, or just the home numbers just fine. But i can't pull the records that are office numbers AND showing up in direcory. It's simple sounding but i can't seem to figure it out.
In the query if i have it search for "directory" it finds all of them, but if i put ' "directory" AND "office" ' it comes back with nothing.
tblPhoneType has all listings of phones (home, office, directory)
tblMemPhone has all records of each phone
So i type the phone number in, and then assign it properties from a drop down box(directory, office, office #2, home, cell) it creates a record with the item number(office)and assigns it to the userID. So a user who has a phone that is an office phone and it will show in a directory, it will have 2 records, one for with the phone ID and the other with directory ID.
I can pull just the office numbers, or just the home numbers just fine. But i can't pull the records that are office numbers AND showing up in direcory. It's simple sounding but i can't seem to figure it out.
In the query if i have it search for "directory" it finds all of them, but if i put ' "directory" AND "office" ' it comes back with nothing.
tblPhoneType has all listings of phones (home, office, directory)
tblMemPhone has all records of each phone
