Custom file name

  • Thread starter Thread starter Jake F
  • Start date Start date
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.
 
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
 
Back
Top