J
J. Keggerlord
If I have a statement:
DoCmd.OutputTo acOutputForm, , acFormatXLS, "PilotSched.xls", True
and I want to only output the Detail section of the form, is this possible
to do? Or is it possible to suppress individual fields when performing the
ouput? There are a bunch of fields being output to Excel that are completely
useless to the user.
DoCmd.OutputTo acOutputForm, , acFormatXLS, "PilotSched.xls", True
and I want to only output the Detail section of the form, is this possible
to do? Or is it possible to suppress individual fields when performing the
ouput? There are a bunch of fields being output to Excel that are completely
useless to the user.