For a conference I need to create name tags that also lists the activities the delegates are going to attend over several days.
I've got the data entry parts "roughed out": but am struggling with the best method of achieving the "report".
What I'm hoping to achieve is:
Single record per page (each delegates name and credentials)
Underneath the single line data refered to above above I want to create 8 columns; 1 for each of the seminars that will be attended at different times and days.
Because of space constraints this may have to be 2 rows of 4 columns.
Obviously the first part is straight forward, it's the next part that's got me stumped.
I have a vision of 8 sets of list boxes beside each other (or 2 rows of 4) but I don't know if this is possible.
I'm happy to try and nut this out but if anyone can point me in the right direction I'd appreciate it.
Tony