mike60smart
Registered User.
- Local time
- Today, 22:09
- Joined
- Aug 6, 2017
- Messages
- 2,032
Hi JackMike,
Not sure I'm following the details.
I added a button in the header of the report.
button name btnSave
click event
Code:Private Sub btnSave_Click() Call SaveFileToSelectedFolder End Sub
SaveFileToSelectedFolder is routine I provided yesterday.
I have attached a very rough gif in the zip showing things.
That works perfect.
Do you know how I can also add the capability to store the Filename as follows:-
Code:
OutputFile = OutputFile & [LoadNumber] & " - " & Format(Date, "mmddyyyy") & "- AgentSettlement.pdf"