D
Desmond
I have a database that is designed as follows: there are
two big tables: one with demographic information about
people, another that specifies encounter information each
time these people come to the office. Each person has a
primary key, and the two tables are linked by this key.
I am trying to write a query that will let me know how
many unique people we see, as opposed to how many total
office visits.
I have written a query where the number I want to report
ends up being the number of records in the resulting
query table, but I can't seem to get the query to
actually give me that number.
Please help
two big tables: one with demographic information about
people, another that specifies encounter information each
time these people come to the office. Each person has a
primary key, and the two tables are linked by this key.
I am trying to write a query that will let me know how
many unique people we see, as opposed to how many total
office visits.
I have written a query where the number I want to report
ends up being the number of records in the resulting
query table, but I can't seem to get the query to
actually give me that number.
Please help