I use this function to export the report to HTML formate you can use it excel format it will work, i'm sure It will.
Good Luck
Private Sub cmdExportCustomers_Click()
Dim strLocalPath As String
strLocalPath = CurrentProject.Path & "\customers.xls"
DoCmd.OutputTo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.