i have a problem...there are 3 columns in the database. they're name, date and assigned_by. i want to make a page to show each day, if a person is assigned a task by the same person, the hrs would accumulate. How should i sort this to make this work?
if i sort date then assigned_by, if there are entries in the database that goes ilke A, B, A in the assigned column then it will output the last A as another person. if i sort assigned by then sort date, then it would be 1 J, 2 J, 1 A, 2 A...meaning the date would jump around...what to do??