Search results

  1. M

    Export one record per PDF

    I have a database that has one table with almost all of my data (it's imported from SharePoint). I am trying to export each record as a single PDF but am having some issues. I found the below code on this site but can't seem to get it to work. Every time I run it, it gives me a PDF names with...
  2. M

    Query on many-to-many

    Ok I have looked all over the forum for this but can't find a good answer. I have seen mention of a UNION query but not sure how and if that would work here. I have a from with multiple combo boxes to select criteria for a report. The below SQL statement works great but for records that have...
  3. M

    Validating combo boxes

    I have a form that has 2 combo boxes that I need to make sure an item is selected in before the record is upated. I have the following code in the BeforeUpdate event. The first "if" statement works, the message box pops up, then the focus is set to that control and I select an item. The next...
Back
Top Bottom