I have a report that has a query as a data source. However, I'd like to look up a table field and add it to the report. Does anyone know how to refer to a table field from a query based report without having to add the table field to the query?
Thank you all very much. The dlookup function worked within the text box.
I used the following to get my dates from the Input table:
="Period Beginning " & DLookUp("[BEGDATE]","Input") & " Through " & DLookUp("[ENDDATE]","Input")
This was a previously built report from a query with other BEGDATE and ENDDATE fields from different table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.