G
Guest
hi,
i would like to export data to excel...
Currently, im using the codes below:
DoCmd.OutputTo acOutputTable, "Project", acFormatXLS, _
strPath & "\\\Projects_Report.xls"
BUt the problem is, my end users are not allowed to save the exported file
in their desired location... how am i goin to do that?
thank you...
really need your help so bad...
i would like to export data to excel...
Currently, im using the codes below:
DoCmd.OutputTo acOutputTable, "Project", acFormatXLS, _
strPath & "\\\Projects_Report.xls"
BUt the problem is, my end users are not allowed to save the exported file
in their desired location... how am i goin to do that?
thank you...
really need your help so bad...