Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

group Expert

Status
Not open for further replies.

dandman71

MIS
Aug 14, 2002
14
US
Hi. I have a report that I have created that is accessing 2 seperate dbf files. We will call then 1 and 2. Now, I have inserted fields from one database in a details 'a' line. I then created a subreport for the other database and inserted it on a details 'b' line.
Now, I am getting all my information, but it is repeating the subreport after the details 'a' line each time a new record is found in the details 'a' line. I want it to print all info from one database on the detail a line, nad then the subreport, one after another, instead of a,b,a,b,a,b. I hope I have not made this too confusing.
 
So you want it to be like this:
A
A
A
B
B
B

is this correct?
LMC cryerlisa@hotmail.com

select * from Management where proj_mgmt_skills <> NULL

0 records returned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top