![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I belong to a non-profit group that teaches seniors and am responsible for the student enrollment db. A status report of the number of students registered and the number waitlisted in each class is desired. Am using a Totals query to obtain the number registered from the student registration table. The number waitlisted is to be entered manually. A form can be created from the Totals query with a column for the waitlisted ... BUT it is read-only! Any suggestions on how to have one form which displays the Totals query data AND allows the waitlisted data to be entered manually? Chuck No, but those waitlisted people should be in a table too, then you can |
| |
#2
| |||
| |||
|
|
Chuck Goldstein <chuckmg (AT) comcast (DOT) net> wrote in news:3F2FCC6C.9E078AC (AT) comcast (DOT) net: I belong to a non-profit group that teaches seniors and am responsible for the student enrollment db. A status report of the number of students registered and the number waitlisted in each class is desired. Am using a Totals query to obtain the number registered from the student registration table. The number waitlisted is to be entered manually. A form can be created from the Totals query with a column for the waitlisted ... BUT it is read-only! Any suggestions on how to have one form which displays the Totals query data AND allows the waitlisted data to be entered manually? Chuck No, but those waitlisted people should be in a table too, then you can just total them. Bob |
Why didn't I think of that??? Probably because there is no
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Bob Quintal wrote: No, but those waitlisted people should be in a table too, then you can just total them. Bob Bob... Obviously! Why didn't I think of that??? Probably becausethere is no provision for entering people who are waitlisted. There will be now! Many thanks, Chuck The provision is already there. Just treat them as registered students, |
#5
| |||
| |||
|
|
The provision is already there. Just treat them as registered students, but register them in a class called Waitlist. Or just add a Yes/No field call onWaitlist. Bob |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |