G
Guest
I've got a database with similar reports with subtle name variations (e.g.
GN1rpt, AI1rpt, WI1rpt, VA1rpt, VA2rpt, WI2rpt, etc) and would like a single
function I could call from a button on the switchboard that gets passed the
name of the report (1rpt or 2rpt in my example above).
My function resembles:
Public Function PreviewReport(strReportName As String)
What is the syntax in the Switchboard Manager to pass an argument to a
Function?
TIA,
Ladd
GN1rpt, AI1rpt, WI1rpt, VA1rpt, VA2rpt, WI2rpt, etc) and would like a single
function I could call from a button on the switchboard that gets passed the
name of the report (1rpt or 2rpt in my example above).
My function resembles:
Public Function PreviewReport(strReportName As String)
What is the syntax in the Switchboard Manager to pass an argument to a
Function?
TIA,
Ladd