Please bear with me as I attempt to explain this issue. I know most of you are far more intelligent than I am, and am hoping I can find the right answer here, as many of you have been very helpful in educating me over the years....I feel I should be paying you tuition:
Background: I am self-taught in Access. I have very limited VBA abilities and design everything through design view and Macros. I have been using Access for 3 years and still learn something new every day. I do not consider myself an expert, but I am not a complete novice either.
My End state: To create a database in which a supervisor can input his/her daily attendance and the database computes daily work capabilities based off set performance standards and the assigned staffing minus all forms of “time off” (i.e. sick, vacation, workers comp, etc.)
Set Up
Table 1
Daily Attendance. This is where the actual STORED data will go. Has all information relative to the database. Primary Key is an Auto Number. This information is fed through a query which calculates On Hand Labor (permanent staffing minus all forms of “time off”)
Table 2
(PRIMARY KEY) Work Area: 1 Field with 87 unique Work Areas
Division: 1 Field with 7 different Divisions entered a total of 87 times
Performance Standards: Several fields with unique performance standards based on function and work area.
Table 3
(PRIMARY KEY) Supervisor: 1 Field 109 unique entries
Work Area: 1 Look up field (looks up the work area from Table 2)
Shift of supervisor: Value List of 6 different Shifts
# of Employees: 1 Field (numerical – Long Integer) which contains the number of employees that supervisor has on hand
Tables 2 & 3 contain values which are fixed (meaning rarely changed, but when they are changed I want the values to update everywhere. THIS is where I am having the problem. It seems so simple, yet my mind isn’t grasping the concept of how to accomplish this. I have tried queries, DLOOKUP, almost everything I can Google or think of. I would like this information stored on the form where the user-end has entered the data....which is easy enough, but how to I get these "set" values to transfer over from the other table?
Can someone please educate me on how to do this? Everything in my database is set and running smoothly except this one little problem..
Background: I am self-taught in Access. I have very limited VBA abilities and design everything through design view and Macros. I have been using Access for 3 years and still learn something new every day. I do not consider myself an expert, but I am not a complete novice either.
My End state: To create a database in which a supervisor can input his/her daily attendance and the database computes daily work capabilities based off set performance standards and the assigned staffing minus all forms of “time off” (i.e. sick, vacation, workers comp, etc.)
Set Up
Table 1
Daily Attendance. This is where the actual STORED data will go. Has all information relative to the database. Primary Key is an Auto Number. This information is fed through a query which calculates On Hand Labor (permanent staffing minus all forms of “time off”)
Table 2
(PRIMARY KEY) Work Area: 1 Field with 87 unique Work Areas
Division: 1 Field with 7 different Divisions entered a total of 87 times
Performance Standards: Several fields with unique performance standards based on function and work area.
Table 3
(PRIMARY KEY) Supervisor: 1 Field 109 unique entries
Work Area: 1 Look up field (looks up the work area from Table 2)
Shift of supervisor: Value List of 6 different Shifts
# of Employees: 1 Field (numerical – Long Integer) which contains the number of employees that supervisor has on hand
Tables 2 & 3 contain values which are fixed (meaning rarely changed, but when they are changed I want the values to update everywhere. THIS is where I am having the problem. It seems so simple, yet my mind isn’t grasping the concept of how to accomplish this. I have tried queries, DLOOKUP, almost everything I can Google or think of. I would like this information stored on the form where the user-end has entered the data....which is easy enough, but how to I get these "set" values to transfer over from the other table?
Can someone please educate me on how to do this? Everything in my database is set and running smoothly except this one little problem..