A
ALbert K
Albert, what I ended up doing was create a subform for
frmStudents which when I select a row from listbox
Attendlist which shows all of the students classes, it
updates the subform with their information. If the class
showed that the student didn't attend then I select that
row. I also placed a button on this subform for the
MailSimpleMerge. I did not link (Master/Child)the 2 forms
since the main form query is for all the students and
listbox shows the students with the assigned classes.
Now when I press the button on the subform it still draws
in the information from the Parent form rather then the
subform. What do I need to do to change this so I can the
MailSimpleMerge to work? Is what I am trying to do
possible with your program?
frmStudents which when I select a row from listbox
Attendlist which shows all of the students classes, it
updates the subform with their information. If the class
showed that the student didn't attend then I select that
row. I also placed a button on this subform for the
MailSimpleMerge. I did not link (Master/Child)the 2 forms
since the main form query is for all the students and
listbox shows the students with the assigned classes.
Now when I press the button on the subform it still draws
in the information from the Parent form rather then the
subform. What do I need to do to change this so I can the
MailSimpleMerge to work? Is what I am trying to do
possible with your program?