hi,
I have a macro that sends a report to a folder in " my documents "
below is how the file name of the report is created
but I have discovered that if a need a paper trail it cannot do it as when I resend the report it just over write the old one. can a date and time be added to this code
thanks
steve
I have a macro that sends a report to a folder in " my documents "
below is how the file name of the report is created
but I have discovered that if a need a paper trail it cannot do it as when I resend the report it just over write the old one. can a date and time be added to this code
Code:
strFullPath = varFolder & "\" & "Invoice Number" & " " & [Invoice].[Form]![InvoiceNo] & ".pdf"
thanks
steve