Go3Team
11-28-2001, 04:19 PM
I am trying to do a report that lists 2 different entrys from the same table (or query). But when I do the wizard :/ it only lets me pick from the table or query only once. How do I go abt having the program differentiate between the two entrys and list the data I want listed?
Pat Hartman
11-28-2001, 05:55 PM
The detail section of a report is produced once for each row of the report's recordsource. So, if the recordsource contains 2 rows, the report contains 2 occurances of the detail section. You don't need to select the columns multiple times.
Go3Team
11-28-2001, 06:05 PM
Ive got it temperarily(spl?). Had to do a query for each one.