S
Scott Whetsell, A.S. - WVSP
My subform tracks when personnel are dispatched, arrive, etc., to different
events. My main form tracks the first times for dispatch, enroute, arrive,
and the last clearing time. The subform shows the complete history for a
specific incident, tracked by a unique sequence number (not an autonumber).
The linking field is this sequence number between the main and subform.
Currently if a user double-clicks the clearing time box on the main form, it
will add the clear event to the subform for the primary unit. I would like
to expand this that it detects all other units who also were arrived, but not
yet cleared, and clear them.
I have an independent query that will show the most recent activity event
for each unit.
How can I detect which units have not cleared at the time the clear box is
double-clicked and clear them?
Important fields in the subform are:
UnitID
IncidentNumber (Linking field)
Status
Any ideas are appreciated,
Thanks
events. My main form tracks the first times for dispatch, enroute, arrive,
and the last clearing time. The subform shows the complete history for a
specific incident, tracked by a unique sequence number (not an autonumber).
The linking field is this sequence number between the main and subform.
Currently if a user double-clicks the clearing time box on the main form, it
will add the clear event to the subform for the primary unit. I would like
to expand this that it detects all other units who also were arrived, but not
yet cleared, and clear them.
I have an independent query that will show the most recent activity event
for each unit.
How can I detect which units have not cleared at the time the clear box is
double-clicked and clear them?
Important fields in the subform are:
UnitID
IncidentNumber (Linking field)
Status
Any ideas are appreciated,
Thanks