gwallace1
Dec 13, 2008, 04:40 AM
I am trying to track attendance of employees at training an work. Maybe think... multiple firefighters can attend training or an emergency...
I have a cascading set (3) combo boxes in a form to identify the "event" along with the start date and time and a note text box.
I generate an event... It ends up being one of six complete events that are stored by EventCompleteID pK in the Events complete table.
Two Categories (Training or EmergencyActivation) break down into
The six events: 1. quarterly training
2. monthly training
3. Attend Class / Education
4. Attend Fire
5. Medical Emergency
6. Mutual aid request
Which all have multiple areas / regions that can be associated with them... So you might end up with 1. Training , 2. Quarterly Training, 3. Main Station on xxDate & Time.
Now I track attendance.with a subform with a lookup to get EmployeeId and present yes/ no with a EventCompleteID (fk)... Now the hard part... I wan to be able to take the employees that attended whatever event that was created and with each record and there will be scores etc on the Training events and on the Emergencies location, notes etc.I attempted to have on main form *(EventComplete) with two nested subforms , one for attendance and the second was supposed to score/evaluate ONLY those employees that attended. I am having trouble getting the relationships set up and I am u near 10 or 15 tables and crazy relationships. (One for each event/ attendance and Employee that attended. I want to enter the data in this form and the have it listed in the Employee data access page by employee ID #. Nested Subforms are making my head spin. I feel like Ihave too many forms eith too many keys?? Thee has to be an easier way>>>Any Suggestions or do you need more detail? PS... Should the forms be based off tables of queries, any hard fast rule on that?Thanks again in advance,
G Wallace=-=======How do you assign multiple employees to multiple events and go back later to see a list of what one has accomplished on what date in a subform in their employee tab area. Over My Head a bit here... learning, but it's tpough
PS my newt goal was to have child forms visible or not depending on what was selected in the CBO box set, Works out really great, but I can't get thr relationship done correcly.
Thanks again
I have a cascading set (3) combo boxes in a form to identify the "event" along with the start date and time and a note text box.
I generate an event... It ends up being one of six complete events that are stored by EventCompleteID pK in the Events complete table.
Two Categories (Training or EmergencyActivation) break down into
The six events: 1. quarterly training
2. monthly training
3. Attend Class / Education
4. Attend Fire
5. Medical Emergency
6. Mutual aid request
Which all have multiple areas / regions that can be associated with them... So you might end up with 1. Training , 2. Quarterly Training, 3. Main Station on xxDate & Time.
Now I track attendance.with a subform with a lookup to get EmployeeId and present yes/ no with a EventCompleteID (fk)... Now the hard part... I wan to be able to take the employees that attended whatever event that was created and with each record and there will be scores etc on the Training events and on the Emergencies location, notes etc.I attempted to have on main form *(EventComplete) with two nested subforms , one for attendance and the second was supposed to score/evaluate ONLY those employees that attended. I am having trouble getting the relationships set up and I am u near 10 or 15 tables and crazy relationships. (One for each event/ attendance and Employee that attended. I want to enter the data in this form and the have it listed in the Employee data access page by employee ID #. Nested Subforms are making my head spin. I feel like Ihave too many forms eith too many keys?? Thee has to be an easier way>>>Any Suggestions or do you need more detail? PS... Should the forms be based off tables of queries, any hard fast rule on that?Thanks again in advance,
G Wallace=-=======How do you assign multiple employees to multiple events and go back later to see a list of what one has accomplished on what date in a subform in their employee tab area. Over My Head a bit here... learning, but it's tpough
PS my newt goal was to have child forms visible or not depending on what was selected in the CBO box set, Works out really great, but I can't get thr relationship done correcly.
Thanks again