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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. maeli64

    outputto: value for encoding

    I find it in help from Msaccess 2000 and 2002 and also in the site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/acmthactOutputTo.asp after "template" it seem you can put an Encoding like Optional Variant. I need to obtain an encoding Unicode but I don't find...
  2. maeli64

    outputto: value for encoding

    In a procedure, I use the command: DoCmd.OutputTo acOutputReport, "myreport", acFormatTXT, "myfile.html", False It works but I must known the value for the encoding of unicode to write a command like this: DoCmd.OutputTo acOutputReport, "mioreport", acFormatTXT, "miofile.html", False, , ...
  3. maeli64

    outputto: value for encoding

    In a procedure, I use the command: DoCmd.OutputTo acOutputReport, "myreport", acFormatTXT, "myfile.html", False It works but I must known the value for the encoding of unicode to write a commnd like this: DoCmd.OutputTo acOutputReport, "mioreport", acFormatTXT, "miofile.html", False, , ...

Part and Inventory Search

Back
Top