Currently I have a form. From it I am passing values to a report to generate a SQL qry which I then execute using Me.Recordsource = Foo
Within the report code I am also putting together a string based on the criteria of the form i'm launching the report with. The variable is of type string and is called "list".
When I execute the report, how do I get this variable to display on the report?
Thanks.
Within the report code I am also putting together a string based on the criteria of the form i'm launching the report with. The variable is of type string and is called "list".
When I execute the report, how do I get this variable to display on the report?
Thanks.