B
Becky
I have a form called frmA with a combobox called cboA and a button called cmdA.
cmdA's Click event opens a report called rptA. The code is the usual...
DoCmd.OpenReport "rptA, acViewPreview
Here's the simple thing that I can't get to work properly. rptA has, among
other things, a label called lblA. When the report opens, I want the lblA's
caption to be the value of the cboA at the time cmdA was clicked.
Does this involve OpenArgs??? How can I get this to work?
cmdA's Click event opens a report called rptA. The code is the usual...
DoCmd.OpenReport "rptA, acViewPreview
Here's the simple thing that I can't get to work properly. rptA has, among
other things, a label called lblA. When the report opens, I want the lblA's
caption to be the value of the cboA at the time cmdA was clicked.
Does this involve OpenArgs??? How can I get this to work?