I have attached the relationship report for my database. It has taken me a week to finally normalize correctly, at least I think, the tables for the 2nd portion of my database.
What I am trying to do with the second portion is track which training employees have had and the date they trained, as well as what document we have on file. As well as track the active employees at different job sites and as we progress further this year certain crafts will have to have advanced training.
From one table I have created 3 tables:
tblEmployeeInfo
EmpInfoID <PK> autonumber
EmpID
EmployeeType
CraftCode
JobNumber
tblOSHA (Datasheet)
OSHAID <PK> autonumber
EmpInfoID
OSHATraining
Training Date
DocumentType
tblJobs
JobNumber
JobSite
When I go to put this in a form it pops up with an IIF statement stating something about tbl.Styles and Null. There is no coding behind this as of y et.
What I am trying to do with the second portion is track which training employees have had and the date they trained, as well as what document we have on file. As well as track the active employees at different job sites and as we progress further this year certain crafts will have to have advanced training.
From one table I have created 3 tables:
tblEmployeeInfo
EmpInfoID <PK> autonumber
EmpID
EmployeeType
CraftCode
JobNumber
tblOSHA (Datasheet)
OSHAID <PK> autonumber
EmpInfoID
OSHATraining
Training Date
DocumentType
tblJobs
JobNumber
JobSite
When I go to put this in a form it pops up with an IIF statement stating something about tbl.Styles and Null. There is no coding behind this as of y et.
Attachments
Last edited: