Search results

  1. T

    Set Value when Printing using VBA button

    Thanks for the quick response, pbaldy. I tried what you said and it gave me another error I've been getting that tells me the VBA function is improper. This is what I tried.... Private Sub PrintWorkOrders_Click() DoCmd.OpenReport "WorkOrders", PrintOut, , _...
  2. T

    Set Value when Printing using VBA button

    Hello, I have a button in my form to print work orders... I'm trying to have a selection box below the print button be automatically checked once I print. I've tried adding a "set value" in VBA below the printing code, but that didn't work.... I've also tried "setvalue" in a separate macro...
Back
Top Bottom