JSchumacher
Technical User
Each user in the database is assigned an area of the country and a section of the alphabet and work files that match those criteria.
The main table, tblData, has fields for Name and Branch. I have a seperate table, tblBranch that lists the state that branch is in, and a table, tblStates, listing each state and the "Area" it is in.
tblUsers has the following fields:
Area
AlphaSortStart
AlphaSortEnd
Login
When I start with the User, I am able to pull up all records that match their Area and Alpha Sort (matching the Name field in tblData) and they can work the accounts. What I need to do now is create reports based on the main table. The reports will need to be broken down by Area and User. Now I'm not sure that I've set up the tables in the best way.
I've thought of assigning the User Login to each record as it's created/imported, but that dosen't leave any room for changes - either with our User turn around, or changing the Alpha Sorts.
I'm looking for either a better way of structuring the tables or a way of reporting on what I currently have set up.
Thanks,
Judie
The main table, tblData, has fields for Name and Branch. I have a seperate table, tblBranch that lists the state that branch is in, and a table, tblStates, listing each state and the "Area" it is in.
tblUsers has the following fields:
Area
AlphaSortStart
AlphaSortEnd
Login
When I start with the User, I am able to pull up all records that match their Area and Alpha Sort (matching the Name field in tblData) and they can work the accounts. What I need to do now is create reports based on the main table. The reports will need to be broken down by Area and User. Now I'm not sure that I've set up the tables in the best way.
I've thought of assigning the User Login to each record as it's created/imported, but that dosen't leave any room for changes - either with our User turn around, or changing the Alpha Sorts.
I'm looking for either a better way of structuring the tables or a way of reporting on what I currently have set up.
Thanks,
Judie