How to prevent main table field value repeating?

I want to get field value both from sub_table and main_table where sub_table contain forign key.

I have to group data on the base of sub_table primary key but at the same time I also have to get single field value from main_table. And grouping by mian_table's primary key can solve the problem by don't fullfill the requirements.

So, when I group by sub_table key and insert main_table field on report, it is to be repeated with each mapped row of sub_table.

Can I get rid from this problem.

Thanks
[546 byte] By [Muazzam1] at [2007-11-19 21:50:44]
# 1 Re: How to prevent main table field value repeating?
Did you try formatting the field and selecting suppress if duplicated?
abyerly at 2007-11-9 14:05:32 >