Export shtml page from access

chanchal

New member
Local time
Today, 06:57
Joined
Dec 4, 2003
Messages
5
I want to export a shtml page from access but access added some
double qoute in it but i want to remove this. is it possible.

my code is

DoCmd.TransferText acExportDelim, "c:\file\test.htm", _
"Export", True

how can i remove this double qoute from the exported htm file

can any one know this .
 

Users who are viewing this thread

Back
Top Bottom