Search results

  1. J

    Solved Focus on continuous form

    Hello, I have a continuous form on which the user can navigate through record. When found, the user can click on a record to view or edit it (nothing new here). The continuous form (let’s call it LogHeader) is a subform of a form (LogList) and on the form there is a header than contains...
  2. J

    Solved Passing conditions to subreport with VBA.

    Hello, I have a report (ReportMain) with two unbound subreport (Sub1 and Sub2). I would like to create the report through VBA so that the user can input custom date (field Date/Time of the table Log). when using the VBA code docmd Openreport, I can pass the condition to the whereCondition. It...
  3. J

    Solved Split Report and Attachments

    Hello, I would like to create a report with the attachments of my database. But I would like to have the attachments at the end of the report instead of having them together with the records they are linked to. This is to ease the reading of the report as the attachment will be full page and...
Top Bottom