Code:
Dim aFile As String
aFile = "N:\Unsecure Share\New ECN System\New ECN Report.pdf"
If Len(Dir$(aFile)) > 0 Then
Kill aFile
The solution to Issue 1 is a little over my head at the moment.
The Form this cmdButton is on will already be filter to the record, so is this the code I would use just before the Docmd.outputTo
Code:
gstrFilter = "ECN# = " & Me.txtECN#
Comment