That is not the problem because I tried and it didn't work. All my reports use that kind of code. I think the problem is my report has 3 subreports (even if it has only one) and that message occur when I put the subreport on the main report
Thanks...
Ana Paula Leal
Este é o código associado ao botão que abre o relatório
Private Sub previsualizar_Click()
Dim criterio As String
On Error GoTo Err_previsualizar_Click
criterio = Me.Filter
If criterio = "" Then
DoCmd.OpenReport "ProcessosDocumentos", acViewPreview
Else...
I have a form that has a button to open a report based on the choice made on the form. SOMETIMES, after open the report the message is "his action will reset the current code in break mode" If I say yes it repeat the same question again and again and I have to shut down the...
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.