C
CD Tom
I've looked at Stephen Lebans RTF2 utility and it looks great, but it is more
than I need. Right now I allow user to create an HTML file that they can
place on the web. The problem with html is that it looses the format and
doesn't line up properly. I've tested with the snp and that works fine
except the end users need to have the snp viewer installed in order to view
report on the web and I'm not sure how many user will have that installed. I
would like to be able to convert the snp to an rtf format without any
intervention on the users part. I use the following code to create the snp
DoCmd.OutputTo acReport, strReportName, "SnapshotFormat(*.snp)",
stdreportpath, False, "", 0
is there a simple way to take the snp file to rtf using code?
Thanks for any help
than I need. Right now I allow user to create an HTML file that they can
place on the web. The problem with html is that it looses the format and
doesn't line up properly. I've tested with the snp and that works fine
except the end users need to have the snp viewer installed in order to view
report on the web and I'm not sure how many user will have that installed. I
would like to be able to convert the snp to an rtf format without any
intervention on the users part. I use the following code to create the snp
DoCmd.OutputTo acReport, strReportName, "SnapshotFormat(*.snp)",
stdreportpath, False, "", 0
is there a simple way to take the snp file to rtf using code?
Thanks for any help