A user presses a button, a form comes up and some info is then displayed on it...but I also want the code to save the form as either an HTML or PDF file.
The only thing I could think of to use was:
DoCmd.RunCommand(acCmdSaveAsHTML)
This command keeps giving me an error though.
I can only get it to save the form as another form or as a report. I could save it as a data access page if all else fails.
Anyone have any suggestions?
thank you.
The only thing I could think of to use was:
DoCmd.RunCommand(acCmdSaveAsHTML)
This command keeps giving me an error though.
I can only get it to save the form as another form or as a report. I could save it as a data access page if all else fails.
Anyone have any suggestions?
thank you.