The Below report asks for a value each time it is run. (A transaction ID) How do I pass that value to it programatically as opposed to typing it in in the input box Access provides?
Private Sub Command907_Click()
DoCmd.OutputTo acReport, "CreditCardReceipt", "HTML _(*.html)", "c:\testoutput", False, "", 0
End Sub
Private Sub Command907_Click()
DoCmd.OutputTo acReport, "CreditCardReceipt", "HTML _(*.html)", "c:\testoutput", False, "", 0
End Sub