B
BJ Freeman
DoCmd.OutputTo acStoredProcedure, "dbo.ADP_ExportinventoryBysupplier
13", "MicrosoftExcel(*.xls)", "mytest.xls", False, ""
when i look at it in the profiler is send this:
SELECT * FROM "dbo"."ADP_ExportinventoryBysupplier 13"
what is the correct syntax to get
Execute dbo.ADP_ExportinventoryBysupplier 13
13", "MicrosoftExcel(*.xls)", "mytest.xls", False, ""
when i look at it in the profiler is send this:
SELECT * FROM "dbo"."ADP_ExportinventoryBysupplier 13"
what is the correct syntax to get
Execute dbo.ADP_ExportinventoryBysupplier 13