Sam Summers
Registered User.
- Local time
- Today, 10:35
- Joined
- Sep 17, 2001
- Messages
- 939
Hi
I am halfway there with this one.
I am outputting a Report as an RTF file but need to give the users the choice of choosing the location as it will always be on a network and the location and paths will change for each new client.
This is the code i am currently using but this doesnt bring up the explorer window.
Dim tmpFile As String
tmpFile = "OldAccessLocationDates" & Format(Date + Time, "ddmmyy_hhnn") & ".RTF"
stDocName = "ViewOldAccessDatesRpt"
DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF, tmpFile, False
Any ideas
Thank you in advance
I am halfway there with this one.
I am outputting a Report as an RTF file but need to give the users the choice of choosing the location as it will always be on a network and the location and paths will change for each new client.
This is the code i am currently using but this doesnt bring up the explorer window.
Dim tmpFile As String
tmpFile = "OldAccessLocationDates" & Format(Date + Time, "ddmmyy_hhnn") & ".RTF"
stDocName = "ViewOldAccessDatesRpt"
DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF, tmpFile, False
Any ideas
Thank you in advance