Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save a form as an HTML or PDF file

Status
Not open for further replies.

MCSGraham

Programmer
May 28, 2002
52
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top