I have a public variable called "str_invoice_type" and before I run a report from a form, I assign a value to this variable and would like to pass it to a text box called "invoice_type" in the report. I have set the controlsource of "invoice_type" to "str_invoice_type".
My problem is that the text box in the report doesn't want to accept this value. How do I accomplish this?
Thanks.
My problem is that the text box in the report doesn't want to accept this value. How do I accomplish this?
Thanks.