E
el zorro
I have an adp front end connected to SQL Server database. I want to create a
list of records where more than one record has the same date, from a list of
about 4000 records. Right now, I can sort by date and just scroll down and
look, but it would really help if I could narrow the list to just those where
ther are multuiple instances of records with the same date.
I get the feeling that some sort of loop is required here, but I'm not sure
how to set that up. Can you help? Thanks!
list of records where more than one record has the same date, from a list of
about 4000 records. Right now, I can sort by date and just scroll down and
look, but it would really help if I could narrow the list to just those where
ther are multuiple instances of records with the same date.
I get the feeling that some sort of loop is required here, but I'm not sure
how to set that up. Can you help? Thanks!