Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by anapaula

  1. anapaula

    This action will reset the current code in break mode

    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
  2. anapaula

    This action will reset the current code in break mode

    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...
  3. anapaula

    This action will reset the current code in break mode

    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...

Part and Inventory Search

Back
Top