Saving a form as a report

S

SHIPP

I want to, through VB, to save a form as a report. Alex gave me the following
code in a previous message:

DoCmd.OutputTo acOutputForm, "MyForm", acFormatSNP, "C:\My Documents\", True

It doesn't work in Access 97. acFormatSNP is not an option. Please advise of
the correct statement to use to "SAVE AS" a form as a report. Thank you in
advance.
 
Top