I have a table with fields showing when an event is going to be attended. Each delegate may be attending on either or both days, and may be attneding seminars in one of two rooms on either day with several seminars in each room. I have set up a table with a delegate name field, a session one date, a session one room, a session two date and a session 2 room.
This then produces a query which shows the delegate, and several columns showing each of the days and rooms for that delegate.
Is there any way of producing one long list of any one room on any one day and which delegate will be attending that session.
I've tried concatenating the fields, but that just combines the fields, rather tham producing a list showing that a delegate may be in the same room twice on one day.
Thank you.
This then produces a query which shows the delegate, and several columns showing each of the days and rooms for that delegate.
Is there any way of producing one long list of any one room on any one day and which delegate will be attending that session.
I've tried concatenating the fields, but that just combines the fields, rather tham producing a list showing that a delegate may be in the same room twice on one day.
Thank you.