G
Guest
Each time I press the button to send the print the report access crash. The
code is under a button on click event:
Dim stDocName As String
stDocName = "Professional profile sheet"
DoCmd.OpenReport stDocName, acNormal, , , acWindowNormal
The report print, but access close and restart.
code is under a button on click event:
Dim stDocName As String
stDocName = "Professional profile sheet"
DoCmd.OpenReport stDocName, acNormal, , , acWindowNormal
The report print, but access close and restart.