alexandersalamander
New Member
- Joined
- May 14, 2013
- Messages
- 12
I understand that Access 2010 has a multivalued fields function, but my supervisor has told me not to use those.
Essentially I have EVENTS(eid,title,date,presenters) and PEOPLE(pid,fname,lname,role)
An event can have any number of presenters. I currently have imported the rawdata from excel, where the presenters field has comma delimited values (pid1, pid2, pid3).
How do I use junction tables to convert the multivalued data to a proper format?
Or am I thinking about this wrong?
Thanks so much.
Essentially I have EVENTS(eid,title,date,presenters) and PEOPLE(pid,fname,lname,role)
An event can have any number of presenters. I currently have imported the rawdata from excel, where the presenters field has comma delimited values (pid1, pid2, pid3).
How do I use junction tables to convert the multivalued data to a proper format?
Or am I thinking about this wrong?
Thanks so much.