Sorry -
Didnt mean to cause a dispute. Maybe I can tell you what i have...
1 table that shows activities performed so for example
Name, Date, Time, Activity 1 Detail, Activity 2 Detail
Now Name, Date & Time combined represent 1 'group'. so Joe on Oct 28 at 2:15 did the following.. and there could be 1 or there could be 1000 records. I need to pull out
Joe, Oct 28th, 2:15 and then show ALL the records that were completed at that time by that guy. Does that make sense?
I know ideally this needs to be better normalized - but is there a way to do this as is?
Thanks a bunch
T