Search results

  1. D

    Filter a Report before DoCmd.SendObject

    Hi I want to click button in a form and generate a pdf based on the current record in the form. I have 2 modules that are not perfect Function EmalReport_VBA() On Error GoTo EmalReport_VBA_Err Option Compare Database DoCmd.SendObject acReport, "PDFFormat(*.pdf)", "e", "", "ailbcc"...
  2. D

    Hello

    Hi All I'm a intermediate access user who writes access applications to help my own business. I really appreciate user experience and seek the highest level of automation with Macro's and Vba. I lose sleep when I can't do things but never give up. I exhaust the internet before posting. I...
Top Bottom