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 .
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 .