D
Dena
I'm trying to filter records from a query. The query was created from 2
tables - both with the same userid field but one contains the first/last name
fields and the other contains the hotel code. I need all records in this
query to show if the user is associated to more than one Hotel Code.
Example...
UserID | FirstName | LastName |HotelCode
C0123 | Joe | Smith | ATLNP
C0123 | Joe | Smith | SBOJC
C0123 | Joe | Smith | SANMX
C0847 | Bill | Jones | LONKT
C0395 | Frank | Williams | MOWSS
Only Joe Smith's records should appear in the query results. What criteria
should be added? I'm struggling...
tables - both with the same userid field but one contains the first/last name
fields and the other contains the hotel code. I need all records in this
query to show if the user is associated to more than one Hotel Code.
Example...
UserID | FirstName | LastName |HotelCode
C0123 | Joe | Smith | ATLNP
C0123 | Joe | Smith | SBOJC
C0123 | Joe | Smith | SANMX
C0847 | Bill | Jones | LONKT
C0395 | Frank | Williams | MOWSS
Only Joe Smith's records should appear in the query results. What criteria
should be added? I'm struggling...