code for button on form
on click
Dim strOpenArgs As String
strOpenArgs = “jon”
DoCmd.OpenReport "RptRList", acViewPreview, , , , OpenArgs = "strOpenArgs"
Textbox in report
control source =[OpenArgs]
did not work, what am I doing wrong
thank you very much