Search results

  1. A

    PDF Report overlapping text

    Good morning guys. I have a small aplication that sends emails with pdf reports attached. It has litte bit of everything but there is a memo type field that depending on the format of the text (When there are tabs specially) overlaps the begining of the text on each line. When you preview the...
  2. A

    Filter a DAO.Recordset Table

    Hello, I am trying to add a filter to a recordset table but I am not sure how to write ir or in what part of the code. This is my code: Dim RS As DAO.Recordset Set RS = CurrentDb.OpenRecordset("Mail_Reminder_RecordSet") With RS If .EOF And .bof Then 'IT MEANS THERE ARE NO RECORDS, WE ARE AT THE...
  3. A

    DoCmd.SendObject - Custom Filtered Report

    Hello everybody, I am trying to create a form that sends mail alerts with a filtered report for each person. I have been using some code I found online. This is my problem, right now it is sending the mails and it is filtering the report but only filter the same records, after the first mail...
Back
Top Bottom