B
bladelock
My command button looks like this and works fine (stores to a SnapShot):
Dim stDocName As String
stDocName = "Not Completed JMC"
DoCmd.OutputTo acOutputReport, stDocName, "SnapShot "
Format ", FullPathName"
I want to store to and RTF, what is the format/syntax to do this? I have no
lines or boxes, just words.
Dim stDocName As String
stDocName = "Not Completed JMC"
DoCmd.OutputTo acOutputReport, stDocName, "SnapShot "
Format ", FullPathName"
I want to store to and RTF, what is the format/syntax to do this? I have no
lines or boxes, just words.