D
Dan
Our agency deploys a large object with a silent alarm at a public location.
If the object is moved, the agency is alerted and radios a unit to the
location to investigate and record the type of action taken, which would be
on a lookup table of 5 stop scenarios. For instance, if suspect is there an
arrest is made or there could be a pursuit, etc. My tables are set up as
follows:
tblAgency tblObject tblDeploy tblStop
tblSuspect
Agencyid Objid Deployid Stopid
Suspectid
AgencyName ObjectDesc. Depdate StopDesc(5) LName
Contact DepLocation
FName
Phone
Offense
I have tried a number of table relationships but without success. (Foreign
keys trys left off). Perhaps someone could give me some direction.
Thanks,
Dan
If the object is moved, the agency is alerted and radios a unit to the
location to investigate and record the type of action taken, which would be
on a lookup table of 5 stop scenarios. For instance, if suspect is there an
arrest is made or there could be a pursuit, etc. My tables are set up as
follows:
tblAgency tblObject tblDeploy tblStop
tblSuspect
Agencyid Objid Deployid Stopid
Suspectid
AgencyName ObjectDesc. Depdate StopDesc(5) LName
Contact DepLocation
FName
Phone
Offense
I have tried a number of table relationships but without success. (Foreign
keys trys left off). Perhaps someone could give me some direction.
Thanks,
Dan