'DoCmd.OutputTo

DoCmd.OutputTo objecttype[, objectname][, outputformat][, outputfile][, autostart][, templatefile]


Objecttype - may be any of the following constants:

acOutputForm

acOutputModule

acOutputQuery

acOutputReport

acOutputTable


Outputformat - Choose On of the following constants:

acFormatActiveXServer

acFormatHTML

acFormatIIS

acFormatRTF

acFormatTXT

acFormatXLS

+ Recent posts