Report information from several sources at once

G

Guest

Hello,

As the subject implies I have a report that needs to have data displayed
from several different sources. For example line one comes from a calculation
using query x. Line 2 comes from query y and line three comes from table.

I have little knowledge of VBA but will learn it if I have too.

JC
 
D

Duane Hookom

Consider using:
1) subreports which can have their own record sources
2) code to grab values and display them on your report
3) domain aggregate functions such as DLookup() and DSum()
4) combo boxes and list boxes have their own "Row Sources"
5) union queries
 

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