creating sub forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created the following tables: Customer Details, Student Details ,
Term 1, term 2, term 3 and term 4.

The idea is that each customer has more than one student. Each student is
required to give in results of more than one subject for each term.
My relationships are as follows;

Between the customer and student tables: Customer number
Between the 4 terms and the student table: Student number.

I am having difficulty creating forms for this lay out. Once you bring in
more than 1 sub-sub form it leaves you with a blank un-usable form.
 
Not true. A form can have more than one sub forms. In your case, however,
what you really need is:
Customer Form - Form
Student Sub Form - sub to Customer Form
Term Sub Form - sub to Student Sub Form
 
Back
Top