Output to

R

Robert Gillard

In the macro Output to, I want to send a report to

C:\my documents\work\[form]![from]![post].rtf

using information on my form to name the file but
the above saves the file as exactly as seen above.

Can anybody please tell me how I should detail the macro

With thanks

Bob
 
K

Ken Snell

Use an expression as the filename argument:

="C:\my documents\work\" & [forms]![from]![post] & ".rtf"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top