T
Tom
I have linked a report to e.g. TABLE_1. Hence,
the "record source" for this report is TABLE_1.
However, in the same report I need to retrieve a field
from Table_2.
Hence, I have added another UNBOUND text box onto the
report.
Using the following SELECT statements did not work for me:
SELECT [COUNT].[TABLE_2]
=(SELECT [COUNT].[TABLE_2])
Does anyone know how to do this?
Thanks,
Tom
the "record source" for this report is TABLE_1.
However, in the same report I need to retrieve a field
from Table_2.
Hence, I have added another UNBOUND text box onto the
report.
Using the following SELECT statements did not work for me:
SELECT [COUNT].[TABLE_2]
=(SELECT [COUNT].[TABLE_2])
Does anyone know how to do this?
Thanks,
Tom