G
Guest
For a Health Club membership system, I have been tasked with designing a
Parent and Dependants (Family Members) table so we can track what Members are
signing up for classes. My first thought is to have both the Parent and each
of the Family Members in a single table each being assigned their own
CustomerID.
Is this the best way to accomplish this?
My sample layout for my tblCustomers is:
--------------------------------------
CustomerID (Primary Key)
Salutation
FirstName
LastName
DateOfBirth
ParentCustomerID
--------------------------------------
Also, when I coming up with a design for the Member Entry Form, where the
Parent information would be on the Main Form and I would have a SubForm to
enter each of the Dependants (Family Members), I would link my SubForm to
MainForm based on the followign fields from my tblCustomers:
Link Child Fields = ParentCustomerID
Link Master Fields = CustomerID
Any thoughts or sample applications I can look at?
Parent and Dependants (Family Members) table so we can track what Members are
signing up for classes. My first thought is to have both the Parent and each
of the Family Members in a single table each being assigned their own
CustomerID.
Is this the best way to accomplish this?
My sample layout for my tblCustomers is:
--------------------------------------
CustomerID (Primary Key)
Salutation
FirstName
LastName
DateOfBirth
ParentCustomerID
--------------------------------------
Also, when I coming up with a design for the Member Entry Form, where the
Parent information would be on the Main Form and I would have a SubForm to
enter each of the Dependants (Family Members), I would link my SubForm to
MainForm based on the followign fields from my tblCustomers:
Link Child Fields = ParentCustomerID
Link Master Fields = CustomerID
Any thoughts or sample applications I can look at?