A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Check off attendees from the entire list of employees?



 
 
Thread Tools Display Modes
  #1  
Old July 21st, 2009, 10:20 PM posted to microsoft.public.access.gettingstarted
Lostguy
external usenet poster
 
Posts: 73
Default Check off attendees from the entire list of employees?


Hello! Here's the setup (Access 2003):

tblEmployee (EmployeeIDpk, LName, FName)
tblEvent (EventIDpk, Event, EventType, EventPeriodicity)
tblEmployeeEvent (EmployeeIDfk, EventIDfk, EventLocation,
EventStartDate, EventEndDate)

Here's the scenario:

Starting on EventStartDate and ending on EventEndDate at
EventLocation, an Event (which is an EventType) happened for Employee
(s). This event is scheduled to repeat every EventPeriodicity.

So I can use this for one-time or recurring training, evaluations,
dental exams, whatever.

As it is on the form, you enter the dates, select the event, enter the
location, and use a dropdown to select the person.

This is good except for events (i.e., training classes) where you have
multiple people on the same date.

I would like to make this so you enter the dates, event, location, but
instead, you get a list of every employee from the tblEmployee, and
then use checkboxes to select whether they attended. So going down the
list and checking off would be faster than going through employee-by-
employee using the combo box.

How do I set this up to store the date, event, event location, and the
checked employeeID for checkbox method?

(I get it for "one date and one check", but "one date and many checks"
has me stumped. Thanks!

VR/
Lost
  #2  
Old July 22nd, 2009, 03:53 AM posted to microsoft.public.access.gettingstarted
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Check off attendees from the entire list of employees?

Use a subform with a combobox to select event participants from your list.
There will be 1 record for each person in the subform.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Lostguy" wrote in message
...

Hello! Here's the setup (Access 2003):

tblEmployee (EmployeeIDpk, LName, FName)
tblEvent (EventIDpk, Event, EventType, EventPeriodicity)
tblEmployeeEvent (EmployeeIDfk, EventIDfk, EventLocation,
EventStartDate, EventEndDate)

Here's the scenario:

Starting on EventStartDate and ending on EventEndDate at
EventLocation, an Event (which is an EventType) happened for Employee
(s). This event is scheduled to repeat every EventPeriodicity.

So I can use this for one-time or recurring training, evaluations,
dental exams, whatever.

As it is on the form, you enter the dates, select the event, enter the
location, and use a dropdown to select the person.

This is good except for events (i.e., training classes) where you have
multiple people on the same date.

I would like to make this so you enter the dates, event, location, but
instead, you get a list of every employee from the tblEmployee, and
then use checkboxes to select whether they attended. So going down the
list and checking off would be faster than going through employee-by-
employee using the combo box.

How do I set this up to store the date, event, event location, and the
checked employeeID for checkbox method?

(I get it for "one date and one check", but "one date and many checks"
has me stumped. Thanks!

VR/
Lost



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.