run a select query during the formatting of a report

J

J

I'm trying to run a select query during the formatting of a report to get
more data form a seperate table. Can you tell me how to best do that.

John
 
D

Duane Hookom

I think the "best" solution is add the "seperate table" to the report's
record source query. If that isn't possible, consider using a subreport based
on the "seperate table". If your "more data" is a single record or value, you
can use a domain aggregate function such as DSum() or DLookup().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top