H
HeatherM
I have a report that opens three forms in sequence, each
form asking for report criteria. I would like to fill the
boxes of the second form automatically without prompting
for input. I can't cut this step out of the report process
because the criteria are needed for a shared subreport and
I'm not keen on duplicating the subreport for every
possible variation of the main report.
so.....for form [frmSelectProject] I want text box [Text0]
to be AA0000 and text box [Text2] to be ZZ9999, and then
move onto the next form
What do I do after:
DoCmd.OpenForm "frmSelectProject", acNormal, "", "",
acEdit, acDialog
form asking for report criteria. I would like to fill the
boxes of the second form automatically without prompting
for input. I can't cut this step out of the report process
because the criteria are needed for a shared subreport and
I'm not keen on duplicating the subreport for every
possible variation of the main report.
so.....for form [frmSelectProject] I want text box [Text0]
to be AA0000 and text box [Text2] to be ZZ9999, and then
move onto the next form
What do I do after:
DoCmd.OpenForm "frmSelectProject", acNormal, "", "",
acEdit, acDialog