Hi,
I have a report that has a subreport in it. The report displays a picture and one row of data. The subreport in the report will display information from a table depending on the content of one of the cells in the row of data displayed.
Is there any way to have the record source of the subreport call out data from a table where the table name is obtained from referencing a cell from a row of data?
Something along the lines of how queries call out form variables
[Form]![Test]![VARIABLE]
I tried doing something like SELECT DISTINCTROW [[Form]![Test]![VARIABLE]]
Any help would be grand
-mike
I have a report that has a subreport in it. The report displays a picture and one row of data. The subreport in the report will display information from a table depending on the content of one of the cells in the row of data displayed.
Is there any way to have the record source of the subreport call out data from a table where the table name is obtained from referencing a cell from a row of data?
Something along the lines of how queries call out form variables
[Form]![Test]![VARIABLE]
I tried doing something like SELECT DISTINCTROW [[Form]![Test]![VARIABLE]]
Any help would be grand
-mike