always same file-name

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,

I send a generated report through email as a snp file
I noticed the name of the snp file I send is the same as what is written
in the report property, first item (in Dutch it's Bijschrift, in
English I think Caption)
At this moment I wrote:
planning voor gegeven periode
So the send file is: planning voor de gegeven periode.snp

This is the name for all reports I send.

I would like the filename to contain more details so I changed the
report-property into:

"planning voor gegeven periode_" &
[Formulieren]![bedrijven]![weeknummer] & "_van_" &
[Formulieren]![Hoofdmenu]![Tekst24]

I hoped to get a filename like:

planning voor gegeven periode_12_van_JPDW.snp

But alas I get:
"planning voor gegeven periode_" &
[Formulieren]![bedrijven]![weeknummer] & "_van_" &
[Formulieren]![Hoofdmenu]![Tekst24].snp
as a filename

What to do?

Thanks
 
Back
Top