M
Microsoft
Greetings,
I am using Access 2000 on W2K & XP Home machines. I am designing a db to
track calls for a volunteer fire department. I have a table for calls that
keeps track of the date and time of the call and the location of the call.
I have another table that keeps track of the people (victims, callers, etc.)
involved in the call. I want to introduce the ablity to keep track of the
firefighters that respond to the calls and the equipment used on the calls.
I have built 2 tables. One has a list of firefighters, their status (i.e.
interiror or exterior rated), department id number and if they are a chief
or not and a table that has list of equipment. Firefighters can respond to
many calls and a call can have many firefighters responding. The same with
equipment.
My Question: How do I keep track of the firefighters at a call and
equipment at a call?
Currently I have this setup and working:
tblCallType - list of types of calls
CallTypeID autonumber
CallType text
linked by CallTypeID to:
tblCalls: - list of calls
CallID autonumber
CallDate Date/Time
CallTime Date/Time
CallAddress1 Text
CallAddress2 Text
CallCity Text
CallState Text
CallPostalCode Number
CallRunSheet OLE Object
CallBFIR OLE Object
CallPCR OLE Object
CallECG OLE Object
CallMiscForm OLE Object
CallTypeID Number
CallOwnerPatientID Number
linked by CallOwnerPatientID to:
tblCallOwnerPatient: - list of the person(s) (not firefighters involved
in call)
CallOwnerPatientID autonumber
FirstName Text
MI Text
LastName Text
SndFirstName Text
SndMI Text
SndLastName Text
Address1 Text
Address2 Text
City Text
State Text
PostalCode Number
Phone Text
I am using Access 2000 on W2K & XP Home machines. I am designing a db to
track calls for a volunteer fire department. I have a table for calls that
keeps track of the date and time of the call and the location of the call.
I have another table that keeps track of the people (victims, callers, etc.)
involved in the call. I want to introduce the ablity to keep track of the
firefighters that respond to the calls and the equipment used on the calls.
I have built 2 tables. One has a list of firefighters, their status (i.e.
interiror or exterior rated), department id number and if they are a chief
or not and a table that has list of equipment. Firefighters can respond to
many calls and a call can have many firefighters responding. The same with
equipment.
My Question: How do I keep track of the firefighters at a call and
equipment at a call?
Currently I have this setup and working:
tblCallType - list of types of calls
CallTypeID autonumber
CallType text
linked by CallTypeID to:
tblCalls: - list of calls
CallID autonumber
CallDate Date/Time
CallTime Date/Time
CallAddress1 Text
CallAddress2 Text
CallCity Text
CallState Text
CallPostalCode Number
CallRunSheet OLE Object
CallBFIR OLE Object
CallPCR OLE Object
CallECG OLE Object
CallMiscForm OLE Object
CallTypeID Number
CallOwnerPatientID Number
linked by CallOwnerPatientID to:
tblCallOwnerPatient: - list of the person(s) (not firefighters involved
in call)
CallOwnerPatientID autonumber
FirstName Text
MI Text
LastName Text
SndFirstName Text
SndMI Text
SndLastName Text
Address1 Text
Address2 Text
City Text
State Text
PostalCode Number
Phone Text