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  dBforums > PC based Database Applications > Microsoft Access > Tick Attendeeds at a meeting belonging to Group

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-22-12, 19:06
wicked23 wicked23 is offline
Registered User
 
Join Date: Jan 2012
Posts: 1
Question Tick Attendeeds at a meeting belonging to Group

You have an excellent site that I refer to often for matters that I cannot find a solution to. However there is one problem I cannot find an answer to. I am an experiences vb programmer with SQL and Access but I am a lawyer by trade. I have recently been aswed to prepare a program to log attendances. There are the follwoing tables:
Members
MemberID AutoNumber
GroupID Number
MemName Text
IsPresent Y/N
Groups
GroupID Autonumber
GroupName Text
Meetings
MeetingsID Autonumber
MeetingDate Date
GroupID Number
MemberID Number
AttendanceID Number
Attendances
AttendaceID Autonumber
MemberID Number
MeetingID Number
ISPResent Y/N
I made my relationships...MemberID in MemberTbl with MemberID in AttendTbl....MeetingID in AttendanceTbl with MeetingID in MeetingTbl
MemberID in membersTbl with MemberID in LodgeTbl and LodgeID in LodgeTbl with LodgeID in MeetingsTbl

Each group has 1 meeting every month.

What I want is a way to list all members (in datasheet) that belong to a particular group with a checkbox depending if they were present at the particular meeting.

I have tried AppendQuieries but that didnt work. I have really come to a dead end.

On the main form i have meetings as RecordSource with GroupID (user input). after update Sunform is updated and a list with all members belonging to the group appear with a tick box next to their names. The Child/Master link is by GroupID.

What I am trying to do is, in the list that appears in the subform I want to be able to tick persons present and their name to be logged in attendance tbl as present.

I would really appreciate your help

Thank you!
Reply With Quote
Reply

Tags
msaccess, sql, vba

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On