B
Boss
Hi,
I have a master table with Five columns. I would import multiple files of
excel into one master table in access. The field in master table are
mentioned below. Case ID is not the primary key.
CaseID, Name, empID, activity, time taken
What i need is-
If case ID,Name & Activity is similar in two or more records then I need to
merge all of those records into one record with the sum of time taken.
Idea is if an employee has worked on the same activity & same case twice or
"n" times then i need to grab the total time in the table.
I can so this on excel using concatenate & sumif function, please help me do
this in access. Thanks as always!
Thx!
Boss
I have a master table with Five columns. I would import multiple files of
excel into one master table in access. The field in master table are
mentioned below. Case ID is not the primary key.
CaseID, Name, empID, activity, time taken
What i need is-
If case ID,Name & Activity is similar in two or more records then I need to
merge all of those records into one record with the sum of time taken.
Idea is if an employee has worked on the same activity & same case twice or
"n" times then i need to grab the total time in the table.
I can so this on excel using concatenate & sumif function, please help me do
this in access. Thanks as always!
Thx!
Boss