M
Martin
Hello, I currently import a text file into my database as
a table "tblMain" what I have in this table are the
following fields; "ID" "LastName" "FirstName" "Absences"
and "Date". The problem I am having is that I have the
names of employees who have been absent more than one time
show up in multiple records, unfortunately this text file
gets emailed to me on a monthly basis. Is there a way I
can eliminate these duplicate records and streamline it
into a table where I only see one record per person but I
see how many absences they have and on what dates they
were absent?
Your help is appreciated,
Martin
a table "tblMain" what I have in this table are the
following fields; "ID" "LastName" "FirstName" "Absences"
and "Date". The problem I am having is that I have the
names of employees who have been absent more than one time
show up in multiple records, unfortunately this text file
gets emailed to me on a monthly basis. Is there a way I
can eliminate these duplicate records and streamline it
into a table where I only see one record per person but I
see how many absences they have and on what dates they
were absent?
Your help is appreciated,
Martin