hardin4019
Registered User.
- Local time
- Today, 16:23
- Joined
- Apr 28, 2010
- Messages
- 15
Hi Guys,
I'm really new to Access, and have little experience with VB, but I've managed to make myself a DB with some forms and need some help in layman's terms. I've seen this topic about a million times but nothing seems to be working for me. I have Access with office 97 so that could be a portion of my problem.
Here's what I have and what I want to do.
Employees Table:
ID
EmployeeName
Employer
Shift
SupervisorName
Attendance Table:
ID
EmployeeName (Combo Box)
SupervisorName (Text Box)
AbscenceType (Combo Box)
PapersTurnedIn (Check Box)
Excuesed (Check Box)
Date (calender control)
So I have an Attendance form that when you open it pulls up a list of EmployeeNames from the Employees Table, with the exception of SupervisorName (its a 1 to many thing, 1 employee has 1 supervisor, but 1 supervisor has many employees), everything else needs to be manually filled in. What I want is to either have the supervisor name be filled into the text box and selected so I don't have to click on it to select it, or to not even need the text box or any kind of input and when I select the EmployeeName, the table auto fills in the SupervisorName, completely unseen by the end user. The end goal here is to have a report that lists employees by supervisor and then their attendance. I'd like to think I could get it to total up the number of unexcused absences based on the 365 days prior to the report being run, but I'll make it there everntually.
I'm really new to Access, and have little experience with VB, but I've managed to make myself a DB with some forms and need some help in layman's terms. I've seen this topic about a million times but nothing seems to be working for me. I have Access with office 97 so that could be a portion of my problem.
Here's what I have and what I want to do.
Employees Table:
ID
EmployeeName
Employer
Shift
SupervisorName
Attendance Table:
ID
EmployeeName (Combo Box)
SupervisorName (Text Box)
AbscenceType (Combo Box)
PapersTurnedIn (Check Box)
Excuesed (Check Box)
Date (calender control)
So I have an Attendance form that when you open it pulls up a list of EmployeeNames from the Employees Table, with the exception of SupervisorName (its a 1 to many thing, 1 employee has 1 supervisor, but 1 supervisor has many employees), everything else needs to be manually filled in. What I want is to either have the supervisor name be filled into the text box and selected so I don't have to click on it to select it, or to not even need the text box or any kind of input and when I select the EmployeeName, the table auto fills in the SupervisorName, completely unseen by the end user. The end goal here is to have a report that lists employees by supervisor and then their attendance. I'd like to think I could get it to total up the number of unexcused absences based on the 365 days prior to the report being run, but I'll make it there everntually.