T
Tazzy via AccessMonster.com
Hi all,
I'm having a problem with a small database that I'm trying to set up for my
wife's training business, it involves details of students, dates of courses
and the cost for each course. I've set up tables as follows;
Tbl_Student - Student ID (Primary Key), First Name, Last Name etc.
Tbl_Course - Course ID (PK), Course Title, Start Date etc
Tbl_Cost - Course Title (PK) and Cost
Tbl_Join - Two fields, primary keys from Students and Courses.
I think this is correct as one student can have many courses, and one course
can have many students.
I want to create a form to enter all courses on, and also have a subform to
show details of any students that attend. (No problem so far) The subform
must allow additions/deletions, but I want to be able to have a combi box
that will show a list of student ID's, then when I click the ID, it will
enter the ID, First Name and Last Name automatically. Is this possible just
by using a query and creating the subform from that query?
Hope I've explained this accurately for you.
Thanks,
Tazzy
I'm having a problem with a small database that I'm trying to set up for my
wife's training business, it involves details of students, dates of courses
and the cost for each course. I've set up tables as follows;
Tbl_Student - Student ID (Primary Key), First Name, Last Name etc.
Tbl_Course - Course ID (PK), Course Title, Start Date etc
Tbl_Cost - Course Title (PK) and Cost
Tbl_Join - Two fields, primary keys from Students and Courses.
I think this is correct as one student can have many courses, and one course
can have many students.
I want to create a form to enter all courses on, and also have a subform to
show details of any students that attend. (No problem so far) The subform
must allow additions/deletions, but I want to be able to have a combi box
that will show a list of student ID's, then when I click the ID, it will
enter the ID, First Name and Last Name automatically. Is this possible just
by using a query and creating the subform from that query?
Hope I've explained this accurately for you.
Thanks,
Tazzy