Search results

  1. A

    Changing name of report

    Thanks for your help. I will consider your solutions, but for now I stay with on-load option.
  2. A

    Changing name of report

    Thank you for thinking out loud. I do not need anything in the emailbody or in the detailsection of the report or in the header or footer, I just wanted that the pdf-file that is created and attached to the email renamed tot "Blokkeringsnummer xxx Versie x". With your help, I succeeded. Thanks...
  3. A

    Changing name of report

    My question was not clear. ;) I already have al these actions coded to this one button, and they all work. The only action that is not coded to and performed by clicking this button, is the renaming of the report. Could you help me on my way? Private Sub Knop49_Click() On Error GoTo...
  4. A

    Changing name of report

    Thanks !! This works fine! Could you tell me the exact difference between the Open and Load event? Is the Load event the moment that the data from the table are loaded into the report? I have a additional question. I have to put this code into a lot of different reports. Is it possible to...
  5. A

    Changing name of report

    I want to email a report as a PDF-file using a button on a form. This works fine. The report is created, converted to a PDF , attached to the mail, etc. But....I want to change the name of the report that is emailed. For this I use following code for the on open event of the report: Private...
Back
Top Bottom