G
Guest
I have a form which I'd like to automatically be able to run a macro which
will create an rtf file for each record and save each one to a file based on
2 fields.
I'm able to to do an output to but then I have to save each one, one by one
and manually name it.
Currently the macro I have does the following. I run it from INVOICE FORM
EMAIL
OPEN REPORT:
Report Name: Invoices
View: Print Preview
Filter Name: Receipt 1
Where Condition: [SaleID]=[Forms]![Invoice From Email]![SaleID]
OUTPUT TO:
Object Type: Report
Object Name: Invoices
Output Type: Rich Text Format
Output File: C:\NETUSER\HH\Invoices\
AutoStart: Yes
CLOSE
I'd like to be able to save all the files as rtf's to C:\NETUSER\HH\Invoices\
and named [INVOICE_DATE]&[FILE_NUM] all at once
Any suggestions?
will create an rtf file for each record and save each one to a file based on
2 fields.
I'm able to to do an output to but then I have to save each one, one by one
and manually name it.
Currently the macro I have does the following. I run it from INVOICE FORM
OPEN REPORT:
Report Name: Invoices
View: Print Preview
Filter Name: Receipt 1
Where Condition: [SaleID]=[Forms]![Invoice From Email]![SaleID]
OUTPUT TO:
Object Type: Report
Object Name: Invoices
Output Type: Rich Text Format
Output File: C:\NETUSER\HH\Invoices\
AutoStart: Yes
CLOSE
I'd like to be able to save all the files as rtf's to C:\NETUSER\HH\Invoices\
and named [INVOICE_DATE]&[FILE_NUM] all at once
Any suggestions?