SFCMatthews
Registered User.
- Local time
- Today, 02:47
- Joined
- Feb 3, 2012
- Messages
- 44
I have a report I am trying to build; I need it to give me the percentage for the number of employees in a company that has completed training “A” Along with the names of those who attended the training. It should also show any other training the company has completed.
tblCompany; CompanyID
tblemploy; employID, CompanyID
tbltrainingroster; rosterID, employed
tblLane; rosterID, laneID
tbltasktrainingjoin; laneID, taskID, joinID
tbltask; taskID,
tblCompany; CompanyID
tblemploy; employID, CompanyID
tbltrainingroster; rosterID, employed
tblLane; rosterID, laneID
tbltasktrainingjoin; laneID, taskID, joinID
tbltask; taskID,