teriwinkle
Technical User
I have a report generated by a dynamic query. I want to save the report using two fields, [NvrNumber] and [JobNo]. For example. I would like a report to be named "NvrReport_24_3000" where "24" is the [NvrNumber] field and "3000" is the [JobNo]field on the form. For the next report it ,might be "NvrReport_25_3001", or "NvrReport_25_3000", depending on the values of those two fields.
I open the report as follows, but how would I add a command to save the report so that it will save each report using those two fields, in the format above?
DoCmd.OpenReport "rptNvr_QBF", acPreview, , strWhere
Thank you for yoru help!
Teresa
I open the report as follows, but how would I add a command to save the report so that it will save each report using those two fields, in the format above?
DoCmd.OpenReport "rptNvr_QBF", acPreview, , strWhere
Thank you for yoru help!
Teresa