G
Greg C
How do I write code to export (outputto) data in a current subform? I have
tried to setfocus on the subform control, but it still wants to export the
main form data. IS there a way to do this or do I have to write a different
query/form to manage it.
Current code
Forms![School Information Sheet].chaptersub.SetFocus
DoCmd.OutputTo acOutputForm, , , , yes
School Information sheet = main form
chaptersub = subform control
tried to setfocus on the subform control, but it still wants to export the
main form data. IS there a way to do this or do I have to write a different
query/form to manage it.
Current code
Forms![School Information Sheet].chaptersub.SetFocus
DoCmd.OutputTo acOutputForm, , , , yes
School Information sheet = main form
chaptersub = subform control