Search results

  1. L

    Multiple attachments stored in DB attached to Email

    Hey all, I am attempting to have an On_Click event call a public sub to attach all the .pdfs stored in a query directly to an email. I keep getting a Too few parameters and I am unsure as to why, I have tried multiple ways to fix this, including different ways of pulling the records needed. In...
  2. L

    Solved OpenReport and Criteria

    Hello all, I am trying to export a filtered report on button click. For some reason the filter does not work, and it exports a blank report. Please find the code below. Any help would be appreciated. DoCmd.OpenReport ReportName, acViewPreview, , "[Assignment Details].[Assignment ID]=" &...
  3. L

    Solved Query expression Iif to choose between one form control or another form control

    Hey all, DB background: consists of 5 tables, multiple forms, reports and queries. This db is being designed with low tech end users in mind, there for everything is basically form operated. The issue: There is a report that is generated when an order is entered, this report is pulled from a...
Top Bottom