Custom file name

J

Jake F

I'm using a button on a form to save a report to file. I'd like to include
the report's unique ids, PCN and DateDone, in the file name but allow the
user say where they want to save it. So I'm not sure if I could put the code
somewhere in the report actions or if it needs to go in the button coding.
Thanks.
 
J

Jeanette Cunningham

Jake,
it needs to go in the button coding.
Grab the ids, pcn and datedone and use them as a default name for the Save
File dialog in the code that opens the Save File dialog.


Jeanette Cunningham
 

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