Getting Access to output HTML

Paddymcc

New member
Local time
Today, 15:06
Joined
Oct 17, 2007
Messages
2
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.
 
Use "DoCmd.OutputTo" command. Check Access help file for parameter explanation.

You can't export chart with this command
 

Users who are viewing this thread

Back
Top Bottom