G
Guest
Hi,
I hope that someone can help?
i have a report that generates a billing run for multiple customers and i
want to save each invoice in the report to a location with the filename being
the customer account number and invoice number.
I have set up a form that is used to generate individual criteria and I want
to use the following to generate the filename when I output the report within
a macro:
strFileName = "C:\test\ & Forms![ControlMinimum]![MinOfAccNo] & "_"&
Forms![ControlMinimum]![InvoiceNumber] )
I get the following error MsAccess cant save the output data to the file you
have selected. The file format is HTML
I would be grateful if someone could point me in the right direction.
Many thanks
Colin
I hope that someone can help?
i have a report that generates a billing run for multiple customers and i
want to save each invoice in the report to a location with the filename being
the customer account number and invoice number.
I have set up a form that is used to generate individual criteria and I want
to use the following to generate the filename when I output the report within
a macro:
strFileName = "C:\test\ & Forms![ControlMinimum]![MinOfAccNo] & "_"&
Forms![ControlMinimum]![InvoiceNumber] )
I get the following error MsAccess cant save the output data to the file you
have selected. The file format is HTML
I would be grateful if someone could point me in the right direction.
Many thanks
Colin