M
Michael Bride
What I am trying to do is display a monthly matrix showing personnel
disposition on a day by day basis. If I only had four possible
dispositions, conditional formatting would work perfectly, but I have
eleven...
The data is stored in a personnel table, event type table, and current
events table:
tblPers:
SN (Unique Identifier Nine character text)
Name
Initials
Surname
TOS (Date - Taken On Strength ... when I have to start accounting for them)
SOS (Date - Struck Off Strength ... when they are not my concern anymore)
tblEvents
EventID (autonumber because noone except me ever sees it...)
EventTitle
tblCurrentEvents
SN
EventType (Integer from tblEvents.EventID)
Start (Date)
Stop (Date)
So... any suggestions on how to create a form to display a month at a
time with an indeterminate number of event types in differing colors?
disposition on a day by day basis. If I only had four possible
dispositions, conditional formatting would work perfectly, but I have
eleven...
The data is stored in a personnel table, event type table, and current
events table:
tblPers:
SN (Unique Identifier Nine character text)
Name
Initials
Surname
TOS (Date - Taken On Strength ... when I have to start accounting for them)
SOS (Date - Struck Off Strength ... when they are not my concern anymore)
tblEvents
EventID (autonumber because noone except me ever sees it...)
EventTitle
tblCurrentEvents
SN
EventType (Integer from tblEvents.EventID)
Start (Date)
Stop (Date)
So... any suggestions on how to create a form to display a month at a
time with an indeterminate number of event types in differing colors?