Poobear1929
Technical User
I was wondering if anyone knew how to write an event that on opening of a report it will display it in word or rtf format instead of access. I am trying to use the following code but I get runtime errors.
Private Sub Report_Open(Cancel As Integer)
DoCmd.OutputTo acOutputReport, "unit Report", acFormatRTF
End Sub
Thank you to anyone how can help me
Poobear
Private Sub Report_Open(Cancel As Integer)
DoCmd.OutputTo acOutputReport, "unit Report", acFormatRTF
End Sub
Thank you to anyone how can help me
Poobear