Hi,
I want to hide a field on my report when it is called from one specific module. I thought that I'd just pass an openarg so I could check the openargs but I can't do that with the code I am using to output the report to PDF - the code is:
DoCmd.OutputTo acOutputReport, "rptProjectSheet", acFormatPDF, strFileNameAndPath
So, I thought I'd reverse it and see if I can identify the module that calls the report.
Any thoughts?
Thanks for reading this..
I want to hide a field on my report when it is called from one specific module. I thought that I'd just pass an openarg so I could check the openargs but I can't do that with the code I am using to output the report to PDF - the code is:
DoCmd.OutputTo acOutputReport, "rptProjectSheet", acFormatPDF, strFileNameAndPath
So, I thought I'd reverse it and see if I can identify the module that calls the report.
Any thoughts?
Thanks for reading this..