Hi,
If I use this
------------------------------------
Dim stDocName As String
stDocName = "Repair"
stDocName2 = Me.RMA_nr & ".SNP"
DoCmd.OutputTo acReport, stDocName, acFormatSNP, stDocName2
---------------------------------------
to save my Repair Report, then it wil save all the report, but I want to have a filter in it.
Can any one tell me how?
Only the reports that have RMA_nr = Me.RMA_nr.
One other question: on the moment Im saving as SNP, because it seems to be the only format to keep my checkboxes and the lines that are drawn on my report, but it would be ideal if I could also edit this report.
So I would think to save as a DOC or so...
Thank you very much
Xiphiaz
If I use this
------------------------------------
Dim stDocName As String
stDocName = "Repair"
stDocName2 = Me.RMA_nr & ".SNP"
DoCmd.OutputTo acReport, stDocName, acFormatSNP, stDocName2
---------------------------------------
to save my Repair Report, then it wil save all the report, but I want to have a filter in it.
Can any one tell me how?
Only the reports that have RMA_nr = Me.RMA_nr.
One other question: on the moment Im saving as SNP, because it seems to be the only format to keep my checkboxes and the lines that are drawn on my report, but it would be ideal if I could also edit this report.
So I would think to save as a DOC or so...
Thank you very much
Xiphiaz