G
Guest
Hello,
My database keeps track of students that attend classes. The main form
(frmroster) contains the class information; the subform is based on a query
of all students.
My goal is to have a combo drop down in the subform that would show the
student ID, last name (sorted), first name,phone, student type, and grade.
All these fields are in the query.
When I do the drop down, I see my six requirements, but when I tab to add
another record, only the last name shows. As my subform is in datasheet view,
I would like to view all six fields after selecting the student.
I read about concatenating fields; where do I do this: in the query or
subform? How do I get this to show after updating?
Thanks!
My database keeps track of students that attend classes. The main form
(frmroster) contains the class information; the subform is based on a query
of all students.
My goal is to have a combo drop down in the subform that would show the
student ID, last name (sorted), first name,phone, student type, and grade.
All these fields are in the query.
When I do the drop down, I see my six requirements, but when I tab to add
another record, only the last name shows. As my subform is in datasheet view,
I would like to view all six fields after selecting the student.
I read about concatenating fields; where do I do this: in the query or
subform? How do I get this to show after updating?
Thanks!