Hello,
I tried searching so I would not ask a repeat question, but I did not find my answer. Without any further ado:
I have a table that tracks clients check-in dates at centers. I would like my query to display a client's minimum check-in date and the center name. When I currently run my query and select Min for the date, I get the Min client check in date for each center. So, if a client visited 3 different centers on 5 different dates, my query will return 3 minimum dates for that client.
Client Check-In Center
1 06/17/03 CenterA
1 07/12/03 CenterB
1 08/14/04 CenterC
Currently, my query results in:
Client Check-In Center
1 06/17/03 CenterA
1 07/12/03 CenterB
1 08/14/04 CenterC
I would like its results to be:
Client Check-In Center
1 06/17/03 CenterA
I appreciate your help. This forum has really been a big help to me.
I tried searching so I would not ask a repeat question, but I did not find my answer. Without any further ado:
I have a table that tracks clients check-in dates at centers. I would like my query to display a client's minimum check-in date and the center name. When I currently run my query and select Min for the date, I get the Min client check in date for each center. So, if a client visited 3 different centers on 5 different dates, my query will return 3 minimum dates for that client.
Client Check-In Center
1 06/17/03 CenterA
1 07/12/03 CenterB
1 08/14/04 CenterC
Currently, my query results in:
Client Check-In Center
1 06/17/03 CenterA
1 07/12/03 CenterB
1 08/14/04 CenterC
I would like its results to be:
Client Check-In Center
1 06/17/03 CenterA
I appreciate your help. This forum has really been a big help to me.