ok, lets see if i can explain my scenario. My main file is a Provider table. Then I have 2 tables: a License table and an Insurance table which may contain multiple records for a provider. (A doctor can have multiple licenses and insurance). I'm printing a fax sheet that will remind them of expired licenses or insurance. I should only print 1 page that will print the expired licenses or insurances. So I created a subreport for each table where I grab only expired dates. The problem is if a Provider has an up-to-date licenses/insurance, it will still print a blank fax sheet.
So if I can query those fields from my main report then I can exclude them from printing.
I hope i'm cleared this time...anyway, thanks for the prompt response..