P
Pat Hughes
I think I figured out my tables and relationships.
Tables:
Table 1
tblTowedVehicles
fldTowID
fldReportDate
fldReportTime
fldlReportNumber
fldTowRequestDate
fldTowRequestTime
fldTowLocation
fldTowCompanyID(1)
fldTowArrivalDate
fldTowArrivalTime
fldTowTypeID (8)
fldTowReasonID (8)
fldNotes
Table 2
tblTowCompanies
fldTowCompanyID(8)
fldCompanyName
fldAddress
fldCity
fldZipCode
fldBusPhone
fldFaxNumber
fldContactID(8)
fldBoundaries
fldNotes
Table 3
tblTowCompanyContacts
fldContactID(1)
fldTowCompanyID
fldLastName
fldFirstName
fldNickname
fldBusPhone
fldCellPhone
fldFaxNumber
fldOtherPhone
fldNotes
Table 4
tblTowTypes
fldTowTypeID (1)
fldTowType
Table 5
tblTowReasons
fldTowReasonID (1)
fldTowReason
My relationships are in (), (8) being many.
Could someone check these out to make sure they are ok. Now I am stuck on
how to make the entry form for the user. Do I use the fields from the Table
1 (tblTowedVehicles). Or do I make a query with all tables and take only the
main fields from the tblTowedVehicles table but where the field is called
“tblTowTypeIDâ€, “tblTowReasonIDâ€, “tblTowCompanyIDâ€, I bring down from those
other tables the tblTowType, tblTowReason, and tblCompanyName. Then run the
query and make a form based on that? I guess I am confused as to where to go
from here.
The more I look at my tables and relationships I am not sure those are
correct.
Thanks for any help you can give me.
Tables:
Table 1
tblTowedVehicles
fldTowID
fldReportDate
fldReportTime
fldlReportNumber
fldTowRequestDate
fldTowRequestTime
fldTowLocation
fldTowCompanyID(1)
fldTowArrivalDate
fldTowArrivalTime
fldTowTypeID (8)
fldTowReasonID (8)
fldNotes
Table 2
tblTowCompanies
fldTowCompanyID(8)
fldCompanyName
fldAddress
fldCity
fldZipCode
fldBusPhone
fldFaxNumber
fldContactID(8)
fldBoundaries
fldNotes
Table 3
tblTowCompanyContacts
fldContactID(1)
fldTowCompanyID
fldLastName
fldFirstName
fldNickname
fldBusPhone
fldCellPhone
fldFaxNumber
fldOtherPhone
fldNotes
Table 4
tblTowTypes
fldTowTypeID (1)
fldTowType
Table 5
tblTowReasons
fldTowReasonID (1)
fldTowReason
My relationships are in (), (8) being many.
Could someone check these out to make sure they are ok. Now I am stuck on
how to make the entry form for the user. Do I use the fields from the Table
1 (tblTowedVehicles). Or do I make a query with all tables and take only the
main fields from the tblTowedVehicles table but where the field is called
“tblTowTypeIDâ€, “tblTowReasonIDâ€, “tblTowCompanyIDâ€, I bring down from those
other tables the tblTowType, tblTowReason, and tblCompanyName. Then run the
query and make a form based on that? I guess I am confused as to where to go
from here.
The more I look at my tables and relationships I am not sure those are
correct.
Thanks for any help you can give me.