I have a report based on a query. The query contains a few fields that store integer numbers. Each field contains one number. I also have a table of comments which are indexed by integer values. I'd like to access the data in that table according to what numbers show up in my query results and then print those corresponding comments. But it seems that I can't figure out how to display data in my report that isn't part of the query it is designed with.