Thanks for the tip,
Here is a part of the code:
Private Sub SavetoFile_Click()
On Error GoTo Err_SavetoFile_Click
Dim stDocName As String
stDocName = "ClawBack"
DoCmd.OutputTo acReport, stDocName
Exit_SavetoFile_Click:
Exit Sub
Err_SavetoFile_Click:
MsgBox Err.Description
Resume...
Currently I have a simple database of payroll adjustment details imported from an excel file. I've built a report that page breaks to seperate pages for each sales clerk on the report. What I'm trying to accomplish is by using a quick form that I have created that has command buttons setup to...
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.