Hi there, i recieved this design from doc man in the table design forum and thought since this is a form question i should post here:
tblPerson
fldPersID, autonumber, PK
fldFirstN, text
fldMidN, text
fldLastN, text
fldAddrLine1, text
fldAddrLine2, text
etc.
tblDoctors
fldPersID, Long, FK
info specific to doctors.
tblClients
fldPersID, Long, FK
info specific to clients
tblContacts
fldPersID, Long, FK
info specific to business contacts
tblMeetings
fldMtgID, Autonumber, PK
fldMtgTime, Date/Time
fldMtgEnd, Date/Time
fldMtgLoc, text
etc.
tblAttendees
fldMtgID, Long, FK
fldPersID, Long, FK
fldRSVP, integer, encoded: Accepted, Tentative, Declined, Unreachable, Purposely scheduled extraction of wisdom teeth or adult circumcision to avoid this meeting, Accepted only if it's a cold day in Hell, etc.
Since i will be dealing with 3 types of roles and a person can be all 3 if they wish that is why i have 1 to 1 relationship between tblperson and the 3 detail tables. Should i be having 1 main form and a subform with it for each role. So, 3 main forms with 3 subforms? Then should i have a combo box that has all the person names in it so i can select it if they are already in the database as another role?
Thanks
Joso
tblPerson
fldPersID, autonumber, PK
fldFirstN, text
fldMidN, text
fldLastN, text
fldAddrLine1, text
fldAddrLine2, text
etc.
tblDoctors
fldPersID, Long, FK
info specific to doctors.
tblClients
fldPersID, Long, FK
info specific to clients
tblContacts
fldPersID, Long, FK
info specific to business contacts
tblMeetings
fldMtgID, Autonumber, PK
fldMtgTime, Date/Time
fldMtgEnd, Date/Time
fldMtgLoc, text
etc.
tblAttendees
fldMtgID, Long, FK
fldPersID, Long, FK
fldRSVP, integer, encoded: Accepted, Tentative, Declined, Unreachable, Purposely scheduled extraction of wisdom teeth or adult circumcision to avoid this meeting, Accepted only if it's a cold day in Hell, etc.
Since i will be dealing with 3 types of roles and a person can be all 3 if they wish that is why i have 1 to 1 relationship between tblperson and the 3 detail tables. Should i be having 1 main form and a subform with it for each role. So, 3 main forms with 3 subforms? Then should i have a combo box that has all the person names in it so i can select it if they are already in the database as another role?
Thanks
Joso