Search results

  1. T

    Print Multiple Records to One PDF

    Ok so here is the skinny... I have a form that I need to print multiple times, but to one file such as a PDF or XPS (ideally the file-type is up to the user). I need to be able to print it as a form, I can't use the same information in a report because of a function that only works in the...
  2. T

    If-Then Loop... Simplified?

    I need a simplified way of writing and IF THEN loop I have 10 checkboxes that are search criteria for my database. So 100 different possible combinations of search criteria. For each checkbox that is true, it will paste a piece of a SQL statement based on user chosen range, that is sent to...
  3. T

    Random Font

    I have been searching for an answer to this all day, I hope someone here can help. I am trying to write code in Access 2007 VBA. What I want this code to do is to randomize the font properties of a Rich Text Box. (I know this is possible in Excel via the .Character, but not in Access) To...
Back
Top Bottom