M
Martino165
I am trying to open a form filtered based on multiple fields to both
view the records based on those fields and add new records with those
default values set in the new record.
e.g.,
tblStudent frmStudent
tblClasses subfrm Classes
tbl Grades frmGradesViewandInput
lkptblGradeTypes - quiz, test, project
Single form for students with a subfrom of the student's classes in a
continuous form (to show all of the students classes assocaited with
that student)
In the individual student-class record there will be an unbound
combobox with lkptblGradeTypes as the options which on the "after
update" will open form "tblGrades" and filter by that student's class
and type of grades (selected value) and have focus on a new records
with (for instance) math and quiz as the default values.
thanks for any advice
view the records based on those fields and add new records with those
default values set in the new record.
e.g.,
tblStudent frmStudent
tblClasses subfrm Classes
tbl Grades frmGradesViewandInput
lkptblGradeTypes - quiz, test, project
Single form for students with a subfrom of the student's classes in a
continuous form (to show all of the students classes assocaited with
that student)
In the individual student-class record there will be an unbound
combobox with lkptblGradeTypes as the options which on the "after
update" will open form "tblGrades" and filter by that student's class
and type of grades (selected value) and have focus on a new records
with (for instance) math and quiz as the default values.
thanks for any advice