Unique count and date associated

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

Afternoon, I understand the unique count and its working for me I am getting
a result list of unique customers, but now I need to get the unique date
associated to that unique customer

Basically all I want is the date associated to the first time this customer
called us and display it next to the result of my unique customer list.

Any suggestions?

Thanks in advance
 
use the DMIN() function

the first parameter is your entire table of data. your criteria will be the
column nale and the customer name and your third parameter the field, ie
date column.

mail me direct & I'll give you a demo file
 
Back
Top