I am having a problem in figuring out how to pass a variable from a form to a report so I can use the varible to assign the recordset of the report - I initially had the code on the report and it worked fine. However, for other reasons, I want to move the code to the form.
I have an option group and the variable "strtest" is assigned a name, depending on the option. The name is used in the were clause of the sql.
I don't understand how to get "strtest" from the form to the report.
Thank you very much for the help!!!!
Fred
I have an option group and the variable "strtest" is assigned a name, depending on the option. The name is used in the were clause of the sql.
I don't understand how to get "strtest" from the form to the report.
Thank you very much for the help!!!!
Fred