473,394 Members | 1,640 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Marking an attendance

Hi all,
I have tables set up something like:

Member(MEMBER_ID, name, etc)
Event(EVENT_ID, eventname, place, time)
Attendance(MEMBER_ID, EVENT_ID, present)

I am trying to bring up a form which shows an event with a subform
with all the members names displayed, along with the check box for
'present'. However, I cannot get it to show ALL the names. The query
the subform is based on shows all the correct fields, but these don't
show in the subform.

Any help or examples of this would be MUCH appreciated.
Regards
Richard WIlliamson
Nov 13 '05 #1
2 2017
ri*****************@ntlworld.com (Richard Williamson) wrote in message news:<62**************************@posting.google. com>...
Hi all,
I have tables set up something like:

Member(MEMBER_ID, name, etc)
Event(EVENT_ID, eventname, place, time)
Attendance(MEMBER_ID, EVENT_ID, present)

I am trying to bring up a form which shows an event with a subform
with all the members names displayed, along with the check box for
'present'. However, I cannot get it to show ALL the names. The query
the subform is based on shows all the correct fields, but these don't
show in the subform.

Any help or examples of this would be MUCH appreciated.
Regards
Richard WIlliamson


So how about basing the subform on a query?

something like...
SELECT A.MemberID, M.MemberName, E.EventID, A.Present
FROM (Member As M INNER JOIN Attendance As A ON M.MemberID=A.MemberID)
INNER JOIN Event As E ON E.EventID=A.EventID)

basically, just join Member to Attendance on MemberID, and Event to
Attendance on EventID, and you're there. Base your subform on that.
Nov 13 '05 #2
I've done this: the query displays the name and tick box for each
person. However, when this is used in a subform, the rows with no
attendance ticked are not displayed.

Regards
Richard W

So how about basing the subform on a query?

something like...
SELECT A.MemberID, M.MemberName, E.EventID, A.Present
FROM (Member As M INNER JOIN Attendance As A ON M.MemberID=A.MemberID)
INNER JOIN Event As E ON E.EventID=A.EventID)

basically, just join Member to Attendance on MemberID, and Event to
Attendance on EventID, and you're there. Base your subform on that.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: spnz via AccessMonster.com | last post by:
Hi there I am hoping for a little bit of advice on creating an attendance report. I work for a company that employees a large number of temp staff and I need to monitor their attendance. I...
2
by: crier_67 | last post by:
Hello all, I'm relatively new to Access and could use some direction on this task. I have a group with a FoxPro 2.6 for DOS membership & attendance database with about 200 member records. ...
11
by: SKBodner | last post by:
Hello, I'm stumped and I'm hoping someone could help me figure out the best way to track daily attendance for the next 6-4 months. I have a list of 80 or so participants who should be attended...
3
by: gold casper | last post by:
Hi I'm working in oracle9i form developer and report developer I'm doing school attendance system to take the attendance for students but I don't know how many tables I need and how to make all...
1
by: Shun | last post by:
Hello, My requirement is to develop an Employee Attendance Register. For ex: I am in some X country and my office is in Y country. now my requirement is i want to check the employees present...
2
by: timgeitz | last post by:
I would like to design a drop down option box on a form which gives me several choices for putting in an attendance date to record church attendance. Typically, a church secretary would record a...
0
by: Bill | last post by:
I've searched comp.databases.ms-access for a solution and found help but still haven't got my problem solved. I want to record weekly attendance and print an attendance "check off" sheet where...
18
by: yashumrhsn | last post by:
can anyone help me to get userid and password from access database..then it compares the userid and password and opens a new from that shows the details from the database for that user..
5
by: Lindie | last post by:
We use a spreadsheet to record attendance for pupils with special needs. They live-in so we need 365/365 attendance details. The spreadsheet is getting too cumbersome, a Db is needed. I would...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.