Hi.
I have a pop up form with a value I need to pass to a report.
Upon double-clicking int he heading area of the pop-up form, causes the Report to open in Preview mode (that all works).
Then, I thoght I'd go in to the open event, in report design and put a close statement to close the pop up form as soon as the report preview opens. (fine and dandy except . . . )
There's a sum I need to pass to the report and it doesn't show
up where it's supposed to because I've closed the pop up.
The real problem is I can't seem to get the right combination
of "Me!", "[ ]" ! and which one comes first in the string to place
on the subform's close event.
So, in that scenario, how do I pass the total field from the popup form (which is query generated), to the field in my report, before I lose that value by closing my pop up form?
Thanks for all help,
Jim
I have a pop up form with a value I need to pass to a report.
Upon double-clicking int he heading area of the pop-up form, causes the Report to open in Preview mode (that all works).
Then, I thoght I'd go in to the open event, in report design and put a close statement to close the pop up form as soon as the report preview opens. (fine and dandy except . . . )
There's a sum I need to pass to the report and it doesn't show
up where it's supposed to because I've closed the pop up.
The real problem is I can't seem to get the right combination
of "Me!", "[ ]" ! and which one comes first in the string to place
on the subform's close event.
So, in that scenario, how do I pass the total field from the popup form (which is query generated), to the field in my report, before I lose that value by closing my pop up form?
Thanks for all help,
Jim