I am setting up a new Access 2000 database and want to make sure I am doing it correctly.
Here is how I am setting up my Schema(Data Model):
First Table called VisitorInformation:
Id
VisitorEmployer
RequestDate
PurposeOfVisit
DateOfVisit
POC //point of contact person you are visiting
POCphone
POCfax
Organization //organization you are visiting
VisitorOrgAddress //visitor's organization address
VisitorPhone
VisitorFax
Table two called VisitorPersonnel:
Id
PersonOneLastName
PersonOneFirstName
PersonOneMiddleInitial
PersonOneSSN
PersonOneBirthday
PersonOnePlaceOfBirth
PersonTwoLastName
PersonTwoFirstName
PersonTwoMiddleInitial
PersonTwoSSN
PersonTwoBirthday
PersonTwoPlaceOfBirth
PersonThreeLastName
PersonThreeFirstName
PersonThreeMiddleInitial
PersonThreeSSN
PersonThreeBirthday
PersonThreePlaceOfBirth
..and the fields continue with up to 10 Persons
PersonTenLastName
PersonTenFirstName
PersonTenMiddleInitial
PersonTenSSN
PersonTenBirthday
PersonTenPlaceOfBirth
Please advise If I am in the right direction or another better way of making this schema?
Is the first table going to have a one to many relationship with the second table using Id?
This database will be used with a Cold Fusion Web Application.
Here is how I am setting up my Schema(Data Model):
First Table called VisitorInformation:
Id
VisitorEmployer
RequestDate
PurposeOfVisit
DateOfVisit
POC //point of contact person you are visiting
POCphone
POCfax
Organization //organization you are visiting
VisitorOrgAddress //visitor's organization address
VisitorPhone
VisitorFax
Table two called VisitorPersonnel:
Id
PersonOneLastName
PersonOneFirstName
PersonOneMiddleInitial
PersonOneSSN
PersonOneBirthday
PersonOnePlaceOfBirth
PersonTwoLastName
PersonTwoFirstName
PersonTwoMiddleInitial
PersonTwoSSN
PersonTwoBirthday
PersonTwoPlaceOfBirth
PersonThreeLastName
PersonThreeFirstName
PersonThreeMiddleInitial
PersonThreeSSN
PersonThreeBirthday
PersonThreePlaceOfBirth
..and the fields continue with up to 10 Persons
PersonTenLastName
PersonTenFirstName
PersonTenMiddleInitial
PersonTenSSN
PersonTenBirthday
PersonTenPlaceOfBirth
Please advise If I am in the right direction or another better way of making this schema?
Is the first table going to have a one to many relationship with the second table using Id?
This database will be used with a Cold Fusion Web Application.