J
Jake
I have a report that is printed when I enter on a report parameter the form
current auto number. I am trying to get the report to print on the close
event of the form, name frmLog, using the current record number. The action
to print or not to print is base on the value of a single option group
control equaling true. if the value is false I like no report to print. The
option group [Name Frame1] is on an unbound form name frmAutoPrintOut, and
the option group control name is CheckBoxPrint2, and the report is name
rptInvoice. Currently, I have a macro in the close event of frmLog, would
you advise converting the macro to visual basic codes, or should the report
auto printout visual basic code be attach to another event?
current auto number. I am trying to get the report to print on the close
event of the form, name frmLog, using the current record number. The action
to print or not to print is base on the value of a single option group
control equaling true. if the value is false I like no report to print. The
option group [Name Frame1] is on an unbound form name frmAutoPrintOut, and
the option group control name is CheckBoxPrint2, and the report is name
rptInvoice. Currently, I have a macro in the close event of frmLog, would
you advise converting the macro to visual basic codes, or should the report
auto printout visual basic code be attach to another event?