Scanner29Y
New member
- Local time
- Today, 17:18
- Joined
- Aug 4, 2003
- Messages
- 9
Greetings to ya'll from shiney Puerto Rico!
(BTW, please excuse my writing, english is not my first language)
Need a little help from you Access-Masters out there. We have a database being used to track attendance to different clases. Now, there is a form, let's call it Group, where we assign multiple disciples to it. A disciple can only be on one group at a time, no biggie. We have two drop downs (look-up bars) to select the level and the class each group is a the moment. From there we keep track of the attendance by just inputing the date on a text box and running an update query. Here are my tables:
Disciples:
Record_id, Firstname, Lastname...etc.
(basicly it stores the disciple's data)
Group_members:
Disciple_id (comes from record_id)
Group_id
Classes:
Class_id
Class_description
Group_level
Fruits:
Disciple_id
Class_id
Date
Notes
The trick is that I need to list all students ([group_members]!Disciple_id] assigned to a group ([group_id] with it's attendance ([fruits]![date]) (null or not) to the selected class ([classes]!class_id]) from the combo box. This recordset must be updatable from this form (VBA is ok!)
Any help would be really appreciated!!
Thanks a lot mates!
(BTW, please excuse my writing, english is not my first language)
Need a little help from you Access-Masters out there. We have a database being used to track attendance to different clases. Now, there is a form, let's call it Group, where we assign multiple disciples to it. A disciple can only be on one group at a time, no biggie. We have two drop downs (look-up bars) to select the level and the class each group is a the moment. From there we keep track of the attendance by just inputing the date on a text box and running an update query. Here are my tables:
Disciples:
Record_id, Firstname, Lastname...etc.
(basicly it stores the disciple's data)
Group_members:
Disciple_id (comes from record_id)
Group_id
Classes:
Class_id
Class_description
Group_level
Fruits:
Disciple_id
Class_id
Date
Notes
The trick is that I need to list all students ([group_members]!Disciple_id] assigned to a group ([group_id] with it's attendance ([fruits]![date]) (null or not) to the selected class ([classes]!class_id]) from the combo box. This recordset must be updatable from this form (VBA is ok!)
Any help would be really appreciated!!
Thanks a lot mates!