G
Guest
I'm putting together a security log. One component is an activity log viewer
that sorts by date/incident type. I pull from 2 tables tblIncident and tbl
Incidentofficer with a one-many relationship based on Incident ID. I'm trying
to get each incident on one line in a continous form.
The problem is pulling in the officer IDs. I'm getting all of them just not
the ones connected to the incident. The simplest way is a subreport but it
barks with continous forms. How can I display a list of officers connected
with each incident?
lstbox /combobox?
that sorts by date/incident type. I pull from 2 tables tblIncident and tbl
Incidentofficer with a one-many relationship based on Incident ID. I'm trying
to get each incident on one line in a continous form.
The problem is pulling in the officer IDs. I'm getting all of them just not
the ones connected to the incident. The simplest way is a subreport but it
barks with continous forms. How can I display a list of officers connected
with each incident?
lstbox /combobox?