View Full Version : Getting Access to output HTML


Paddymcc
10-17-2007, 08:37 AM
Does anyone know if its possible to get outlook to output HTML files?

For example i wish to control my stock list in a database which i can then use to output specific attributes from each record into a general HTML template. I then want to take this HTML code and copy/paste it into ebay.

aikea
10-17-2007, 08:40 AM
Use "DoCmd.OutputTo" command. Check Access help file for parameter explanation.

You can't export chart with this command