Hi
I am pretty new to Access 2010 and can't get my head around an issue.
I have a main table ('tbl_CourseSession') which has many fields, one of which is 'Course Session ID' which has a relationship with the 'Course Session ID' in a table named 'tbl_DelegateList'.
So, basically, 'tbl_CourseSession' is a record of all courses and 'tbl_DelegateList' will be a list of all delegates who take these courses - so one course may have 8 individual delegates involved whilst some delegates will be registered onto many courses.
I have created a form ('frm_CourseSession') which allows me to view all the data in'tbl_CourseSession' (plus edit an existing/add a new course) - this form also has a sub-form which will list any delegates who have enrolled for that particular course.
At the very bottom I have two buttons - one allows new delegates to be entered into 'tbl_DelegateList' and this works OK.
The other button (and this is where I am getting mixed up) needs to add a delegate to the course that is currently open in 'frm_CourseSession' - so, this button needs to offer a list of all the delegates in table 'tbl_DelegateList' and then when I choose a delegate, this delegate is added to the course in question.
For some reason, I am getting mixed up with how the delegates would be linked to the table 'tbl_CourseSession', how to create a report to allow a chosen delegate to be added to a course, etc.
Hope this makes sense - if anyone can help, that would be most gratefully received.
Kind Regards,
John