Display unique record

G

Guest

I have two tables, Client Info and Client Visits. The first table has
general info that does not change so Client info is enter one time only. The
second table records services provided at each client visit. The first table
has Client ID and the second has Visit ID and Client ID. During the month a
client may have several visits. Therefore the Client ID would occur several
times while each visit has a unique Visit ID. For a given month I want to
know how many different clients were seen as well as count the fields of
info. associated with them. At present I am able to get a total of Visits
but not of unique Clients. As you can see, I am a novice regarding ACCESS.

Thank you for any suggestions you may have.
 
R

R.VENKATARAMAN

I presume you want to know how many visits are made to each client.
in that case sort the client visits according to client name and then do a
subtotals (which includes count)
you can also use subtotals function

as this is excel group I have indicated excel solution not access solution.
 
G

Guest

R.VENKATARAMAN said:
I presume you want to know how many visits are made to each client.
in that case sort the client visits according to client name and then do a
subtotals (which includes count)
you can also use subtotals function

as this is excel group I have indicated excel solution not access solution.
 
G

Guest

Thank you for your input. As you can see I am not very savvy about using
discussion groups either. I thought I had checked the "Queries" section.
I'll repost my question and try your solution.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top