R
Robin Remy
My scenario: I have a form "frmREPORTS" with command button "btnINVITATION".
When a user clicks on "btnINVITATION", I want to open report "rptPROPOSAL".
(I do know how to do this!)
My problem: The report "rptPROPOSAL" will contain different information
based on a choice the user has made on a separate form "frmCONFERENCE".
On "frmCONFERENCE", the user will either A) fill in fields related to a
conference (date, time, etc) OR B) click on a CheckBox to indicate
"NoConference".
I have two ideas & don't know how to make either of them work! First idea
is to write two distinct reports and have language tied to the command button
that will open the correct report based on whether or not the Check box is
clicked for "NoConference." Second idea is to have only one report, but a
distinct section/segment/subreport that prints differently depending on
whether or not that check box for "No Conference" is checked.
I would really appreciate some expert advise...thanks!
When a user clicks on "btnINVITATION", I want to open report "rptPROPOSAL".
(I do know how to do this!)
My problem: The report "rptPROPOSAL" will contain different information
based on a choice the user has made on a separate form "frmCONFERENCE".
On "frmCONFERENCE", the user will either A) fill in fields related to a
conference (date, time, etc) OR B) click on a CheckBox to indicate
"NoConference".
I have two ideas & don't know how to make either of them work! First idea
is to write two distinct reports and have language tied to the command button
that will open the correct report based on whether or not the Check box is
clicked for "NoConference." Second idea is to have only one report, but a
distinct section/segment/subreport that prints differently depending on
whether or not that check box for "No Conference" is checked.
I would really appreciate some expert advise...thanks!