You have several options:
-if the other query returns only and always one record, include the
"separate query" in your report's record source
-use a domain aggregate function such as DLookup("fieldName","[Separate
Query]")
-use a subreport based on the "separate query"
-use code in your report to grab the value and display it in your report.
--
Duane Hookom
Microsoft Access MVP
ekennedy said:
I have are report based upon a query. I would like to add a textbox to my
existing report that is based upon a separate query. How can I do that?