Search results

  1. C

    IF/Then with Multiple Conditions

    Looked around and haven't found a satisfactory answer. I'm trying to create an If/Then statement that needs to match to multiple values. My initial thoughs were to create a list but that doesn't seem to work the way I thought it would. For example: If Me.Field = 1,2,5, or 8 Then Do 'X' Else...
  2. C

    Merge form data with Word template, then auto publish to PDF

    For some reason I can't seem to wrap my head around what I would think would be a simple process. I needed to merge a form's data into a pre-existing Word template so I looked around and found MANY MANY MANY code samples to do a word merge with each one being different from the last...
  3. C

    Open separate reports for each record in a continuous form

    New to the site. Hopefully this is in the right forum. I have a continuous form that displays a list of invoices (frmInvoiceList) based on an adjustable filter contained within the form. I have the filters working the way that I want them through VBa and I have a button on each record to open...
Top Bottom