N
Nomy
Hi,
I building a database for karate classes and payments. I have these tables:
tblStudents - for basic info (name, address etc)
tblKarateCls - a lookup table for the classes
tblEnrollment - a join table with these fields:
EnrollmentID - PK,
StudentID - Foriegn key - to relate to the student table,
KarateClsID - foriegn key to relate to the karate class table, and
additional fields that only pertain to that
student for that class for that year like StartDate, EndDate, TuitionAmt
etc.
tblPayment with DtPd, AmtPd, LtFee (if appropriate).
I can't figure out how to record the payments. Should I build a form based
on tblEnrollment as the parent form and a subform on tblPayments? This
would give me a list of payments for each student but then every payment
must be entered in a separate form (based on the tblEnrollment).
Is there a better way?
Thanks.
I building a database for karate classes and payments. I have these tables:
tblStudents - for basic info (name, address etc)
tblKarateCls - a lookup table for the classes
tblEnrollment - a join table with these fields:
EnrollmentID - PK,
StudentID - Foriegn key - to relate to the student table,
KarateClsID - foriegn key to relate to the karate class table, and
additional fields that only pertain to that
student for that class for that year like StartDate, EndDate, TuitionAmt
etc.
tblPayment with DtPd, AmtPd, LtFee (if appropriate).
I can't figure out how to record the payments. Should I build a form based
on tblEnrollment as the parent form and a subform on tblPayments? This
would give me a list of payments for each student but then every payment
must be entered in a separate form (based on the tblEnrollment).
Is there a better way?
Thanks.