473,729 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Marking an attendance

Hi all,
I have tables set up something like:

Member(MEMBER_I D, name, etc)
Event(EVENT_ID, eventname, place, time)
Attendance(MEMB ER_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 2048
ri************* ****@ntlworld.c om (Richard Williamson) wrote in message news:<62******* *************** ****@posting.go ogle.com>...
Hi all,
I have tables set up something like:

Member(MEMBER_I D, name, etc)
Event(EVENT_ID, eventname, place, time)
Attendance(MEMB ER_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.Me mberID)
INNER JOIN Event As E ON E.EventID=A.Eve ntID)

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.Me mberID)
INNER JOIN Event As E ON E.EventID=A.Eve ntID)

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
2365
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 currently use excel to manage this job but I am finding it very difficult to maintain and would really like to move away from excel and have just 1 database.
2
2848
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. The group operates on a 28 week schedule, with meetings once each week. At the end of 6 months they create a new 28 week schedule, but preserve the prior 6 month attendance values. They view & edit attendance records for the "current period" and...
11
30709
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 training on a daily basis and am tracking if they attended, have an unexcused absence, or are absence with an excuse. At the end of the month, I plan to print out reports on those who have missed more than one day with an unexcused absence. My...
3
6455
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 the forms correctly I've done a form for registering new students, for classes, attendance and reports form attendance form here we should take the attendance I've used student and class table but it doesn't work with me even the reports I...
1
2566
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 and also there previous days attendance(i.e complete Month employee Attendance). I am farwarding in 2 ways, 1. By searching in Google for any free attendance register software.
2
2874
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 member's attendance sometime after the date of attendance (eg. Monday or Tuesday after the Sunday's attendance). On my attendance form, I need to have an option box that would put in last Sunday's attendance date even though it's now Monday or Tuesday or...
0
2864
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 attendees simply check on their name row and class date column to record their attendance. The marked attendance sheet is later used to update the database and print an updated attendance sheet for the following week's class. I'm working with...
18
3551
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
8910
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 like to turn the spreadsheet into a database. In the spreadsheet we have every day listed and then simply enter an attendance code. for the Db I have 3 tables StudentDetails Attendance TeacherDetails I use a StudentID as the primary key...
0
8763
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9427
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9202
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9148
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8151
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6022
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4528
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4796
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2683
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.