M
Me
I have two tables
tblStudentsList
StudentID LastName FirstName Grade HR Lunch Class
tblStudentsLunchAttend
ID (AutoNumber) StudentID LunchDate
I Have A Form
with a combo box which isused to scan in student ID numbers from their
ID card
Name cboStudentID
Control source StudentID
Row Source Type Table/Query
Row Source SELECT tblStudentslist;
Bound Column 1
Limit To List 1
Auto Expand Yes
Default Value Blank
Validation Rule Blank
Validation Text Blank
Enabled Yes
Five More Text Boxes for Full Name, Lunch, Grade, Class, Homeroom
Name Text 1
Control Source =cboStudentID.Column(1) - (2) - (3) - (4) - (5)
Format Blank
Decimal Places Auto
Input Mask Blank
Default Value Blank
IME Hold No
IME Mode No Control
IME Sentance Mode None
Validation Rule Blank
Validation Text Blank
Sixth Text Box
Name Lunch Date
Control Source Lunch Date
Format Blank
Decimal Places Auto
Input Mask Blank
Default Value =Date()
IME Hold No
IME Mode No Control
IME Sentance Mode None
Validation Rule Blank
Validation Text Blank
I would like to be able to print out a report of all the students that
were scanned into that lunch but limited to the students that actually
belong in that lunch. Each student in the table have the listing of
their lunch 3A, 3B and 3C which is the lunch I want the report for. I
could then pass this printout to the teachers and they will be able to
monitor if they have students that are going to lunch but not to their
class.
It would have Student's Full Name, Grade, Class, HR
tblStudentsList
StudentID LastName FirstName Grade HR Lunch Class
tblStudentsLunchAttend
ID (AutoNumber) StudentID LunchDate
I Have A Form
with a combo box which isused to scan in student ID numbers from their
ID card
Name cboStudentID
Control source StudentID
Row Source Type Table/Query
Row Source SELECT tblStudentslist;
Bound Column 1
Limit To List 1
Auto Expand Yes
Default Value Blank
Validation Rule Blank
Validation Text Blank
Enabled Yes
Five More Text Boxes for Full Name, Lunch, Grade, Class, Homeroom
Name Text 1
Control Source =cboStudentID.Column(1) - (2) - (3) - (4) - (5)
Format Blank
Decimal Places Auto
Input Mask Blank
Default Value Blank
IME Hold No
IME Mode No Control
IME Sentance Mode None
Validation Rule Blank
Validation Text Blank
Sixth Text Box
Name Lunch Date
Control Source Lunch Date
Format Blank
Decimal Places Auto
Input Mask Blank
Default Value =Date()
IME Hold No
IME Mode No Control
IME Sentance Mode None
Validation Rule Blank
Validation Text Blank
I would like to be able to print out a report of all the students that
were scanned into that lunch but limited to the students that actually
belong in that lunch. Each student in the table have the listing of
their lunch 3A, 3B and 3C which is the lunch I want the report for. I
could then pass this printout to the teachers and they will be able to
monitor if they have students that are going to lunch but not to their
class.
It would have Student's Full Name, Grade, Class, HR