G
Guest
Hi all,
First thanks for taking the time to read this. I have a report based on a
query. I know that I cannot add a active button as I can in form. However,
it is possible that I can add a command button to a toolbar or similar to
perform the following procedure:
Dim strType As String
Dim strName As String
strType = acOutputQuery
strName = "BCSNewRegistrations"
DoCmd.OutputTo strType, strName, acSpreadsheetTypeExcel9
MsgBox "British Computer Society Excel Registrations Data Created"
When I add a new button it mentions something about a new function I can
create. Any and all ideas welcome. Thanks again.
Debbie D.
First thanks for taking the time to read this. I have a report based on a
query. I know that I cannot add a active button as I can in form. However,
it is possible that I can add a command button to a toolbar or similar to
perform the following procedure:
Dim strType As String
Dim strName As String
strType = acOutputQuery
strName = "BCSNewRegistrations"
DoCmd.OutputTo strType, strName, acSpreadsheetTypeExcel9
MsgBox "British Computer Society Excel Registrations Data Created"
When I add a new button it mentions something about a new function I can
create. Any and all ideas welcome. Thanks again.
Debbie D.