B
BetaMike
Hi all,
I have been asked to record Management visits to Employees that work
off-site. Our business rules state that each Employee is visited at least
once per month but this doesn't always happen in real life. The Bosses want
to view a monthly report that shows who has and who hasn't been visited along
with the names of the Managers that are not performing the required number of
visits each month...
I'm thinking along these lines: -
tblManagers
IDNo (pk)
Name
tblEmployees
IDNo (pk)
Name
SiteLocation
Jan (tick box)
Feb
Mar
Apr
May etc. etc.
tblVisits
ID (Autonumber) (pk)
Date
Time
I can't get my head out of 'Excel mode' with this one so I would appreciate
your comments/suggestions
Thanks.
I have been asked to record Management visits to Employees that work
off-site. Our business rules state that each Employee is visited at least
once per month but this doesn't always happen in real life. The Bosses want
to view a monthly report that shows who has and who hasn't been visited along
with the names of the Managers that are not performing the required number of
visits each month...
I'm thinking along these lines: -
tblManagers
IDNo (pk)
Name
tblEmployees
IDNo (pk)
Name
SiteLocation
Jan (tick box)
Feb
Mar
Apr
May etc. etc.
tblVisits
ID (Autonumber) (pk)
Date
Time
I can't get my head out of 'Excel mode' with this one so I would appreciate
your comments/suggestions
Thanks.