R
Rhett_Y
Hello..
I am putting together a database that will track incidents for our city on
the 4th of july...And I started to read about normalization (this is
long..please bear with me...)
Here is how I have it setup.....
tblMain
IncidentNumber (PK)(AutoNumber)
IncidentDate
TagNumber
Address
CityStreet (lookup table that has all the street names)
City (look up table with main and surrounding cities)
ZipCode
RD
PaveAssociated (yes/no)
PaveNumber (lookup table with pave numbers)
Source (lookup table for source)
FireworkType (lookup table for firework source)
LocationType (lookup table for location type)
LastUpdated
CaseClosed
CaseClosedMemo
Completed Yes/No
Teams (lookup table of assigned team who is inputing the incident)
tblInformantInfo
IncidentNumber (setup relationship with incident number from tblMain)
Informant (yes/no)
InformantAnnon (yes/no)
TypeOfInformatant (lookup table for TOI)
LName
FName
Note
(this one we can have more then one person we contacted etc..can I have it
setup like this?)
tblActionTaken
IncidentNumber (setup relationship with incident number from tblMain)
ActionTaken (lookup table for action taken)
LName
FName
2LName
2FName
Note
(this table I am thinking I might get rid of and put booking/cite etc on the
main table...seems like I am entering some info twice ie names etc)
tblArrestHP
IncidentNumber (setup relationship with incident number from tblMain)
LName (there could be say up to ten people how would I handle this part?)
Fname
MInitial
Booking (yes/no)
BookingNumber
Cite (yes/no)
CiteNumber
Classification
Type
Note
All of these table are connected to the tblMain via the incident number ( I
am hoping I am doing that part right.........) Also my thought process for
the note and names was we could have an info from an informant that leads to
contacting another person that leads to a cite/arrest etc..
Question:
Did I set this up the table structure correctly if not.. what would you do
differently?
Question:
How can I setup a form for data entry when I have so many other forms that
are linked to the main. When I pick all the tables for the data entry..when I
preview it, the form is blank?
I am still learning and any help would greatly appreciated!
Thanks again
R~
I am putting together a database that will track incidents for our city on
the 4th of july...And I started to read about normalization (this is
long..please bear with me...)
Here is how I have it setup.....
tblMain
IncidentNumber (PK)(AutoNumber)
IncidentDate
TagNumber
Address
CityStreet (lookup table that has all the street names)
City (look up table with main and surrounding cities)
ZipCode
RD
PaveAssociated (yes/no)
PaveNumber (lookup table with pave numbers)
Source (lookup table for source)
FireworkType (lookup table for firework source)
LocationType (lookup table for location type)
LastUpdated
CaseClosed
CaseClosedMemo
Completed Yes/No
Teams (lookup table of assigned team who is inputing the incident)
tblInformantInfo
IncidentNumber (setup relationship with incident number from tblMain)
Informant (yes/no)
InformantAnnon (yes/no)
TypeOfInformatant (lookup table for TOI)
LName
FName
Note
(this one we can have more then one person we contacted etc..can I have it
setup like this?)
tblActionTaken
IncidentNumber (setup relationship with incident number from tblMain)
ActionTaken (lookup table for action taken)
LName
FName
2LName
2FName
Note
(this table I am thinking I might get rid of and put booking/cite etc on the
main table...seems like I am entering some info twice ie names etc)
tblArrestHP
IncidentNumber (setup relationship with incident number from tblMain)
LName (there could be say up to ten people how would I handle this part?)
Fname
MInitial
Booking (yes/no)
BookingNumber
Cite (yes/no)
CiteNumber
Classification
Type
Note
All of these table are connected to the tblMain via the incident number ( I
am hoping I am doing that part right.........) Also my thought process for
the note and names was we could have an info from an informant that leads to
contacting another person that leads to a cite/arrest etc..
Question:
Did I set this up the table structure correctly if not.. what would you do
differently?
Question:
How can I setup a form for data entry when I have so many other forms that
are linked to the main. When I pick all the tables for the data entry..when I
preview it, the form is blank?
I am still learning and any help would greatly appreciated!
Thanks again
R~