soulpiercing
Registered User.
- Local time
- Today, 17:51
- Joined
- Jan 5, 2003
- Messages
- 27
I am currently working on a criminal justice tracking program for the US Army. The structure of our legal office is set up in a way that we can all use a centralized database which will make reports and tracking at all levels easier but there is an issue I am trying to resolve.
Our office structure looks something like this:
MAIN legal office
1st Sub office
2nd sub office
3rd sub office
What I want to do, is on my main screen have a drop-down list of these offices (based on a table "offices"). Depending on the selection from this list, I want a filter to be applied to ALL queries so that if I work in the 2nd sub office - the cases from my office are all I see.
In every case, there is a selection of "unit" and in the unitdata table, the sub office is selected from "offices"
The main office would be set to view ALL data with no filters.
Issues:
this program will likely be used in other stations as well so the names of the sub offices will change as will the number of sub offices.
Ensure Key numbers are assigned regardless of which filter is in place. (shouldn't really be an issue).
Thanks for any help.
Our office structure looks something like this:
MAIN legal office
1st Sub office
2nd sub office
3rd sub office
What I want to do, is on my main screen have a drop-down list of these offices (based on a table "offices"). Depending on the selection from this list, I want a filter to be applied to ALL queries so that if I work in the 2nd sub office - the cases from my office are all I see.
In every case, there is a selection of "unit" and in the unitdata table, the sub office is selected from "offices"
The main office would be set to view ALL data with no filters.
Issues:
this program will likely be used in other stations as well so the names of the sub offices will change as will the number of sub offices.
Ensure Key numbers are assigned regardless of which filter is in place. (shouldn't really be an issue).
Thanks for any help.