Calculated Field on Report

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,
 
Ok I figured out one problem; I add a join table between tblemploy and tblTrainingRoster.
But I still need help with the form.
 

Users who are viewing this thread

Back
Top Bottom