Search results

  1. M

    Saving Access Query as PDF (Landscape)

    Hi all, I'm sure this should be possible. I'm trying to use Access 2007's built in 'Save as PDF' option to output a many queries. I can get them to save as PDF no problems at all, but there never seems to be an option to choose to output it as PDF in a landscape orientation. Anyone have...
  2. M

    VBA Printing (multiple queues/print lists)

    Edit: Looks like i may have posted this in the wrong forum. (oops!). Should have probably been Access Modules and VBA, sorry. Hi all, I have done some searching but couldn't really find anything like what I was after. (If it's possible) I have 100 queries is Access. A print out of each...
  3. M

    Filter a query with DoCmd?

    Hi folks, I have a little challenge on my hands at the moment and cant seem to google/search/code up the answer myself (if there is one). I currently have a loop in VBA that does (in it's simplified form) DoCmd.OpenQuery DoCmd.PrintOut DoCmd.Close For a few hundred queries. What i now have...
  4. M

    Get around repetitive control code

    Hi folks. I'm trying to create a form that can be update with (x) number of subforms with minimal code changing each time. The form is actually a queue monitoring application; each subform being a separate queue. Depending on the time of year the number of queues is increased or decreased to...
Back
Top Bottom