Report Save as...

jds

Registered User.
Local time
Today, 12:57
Joined
May 23, 2000
Messages
18
Hello All

I was wondering if someone knew how to, when exported as .snp, to save a single report entry by a different name each time. What I have set-up is a form that has a button which transfers all data into a report, prints it and emails it. The problem I am having is when it is sent to email, it always has the same name (the caption title). Is there a way of adding a re-name code or a save as code when exporting to email?

Thanx as usual!

Cheers

Jason
 
Last edited:
You can use the Name statement to rename a file:

Name "C:/xxx/sss.snp" AS "C:/xxx/aaa.snp"
 

Users who are viewing this thread

Back
Top Bottom