Good Morning
I have a stack of data and I want to be able to create a single report, this report will have two parameters one is 'date' and the other is 'place' once these are selected then a report will show me the following results:
1st Report:
Time:14:10
Person 1
Person 2
Person 3
2nd Report:
Time 14:30
Person 1
Person 2
Person 3
3rd Report
Time 14:50
Person 1
Person 2
Person 3
I have tried list boxes and all I get is Person 1, 3 times and person 2, three times etc but I need to separate them out. can it be done?
Thanks
Wayne