In short, I want to show all related records from two tables at the top of a report, and then show the left over records at the bottom of the report.
Example:
If Table1 had a field called txtType and there were two records. Record1 = Automobile, Record2 = House
Table2 has a field called txtValue a field called txtColor and a field called txtType
In my report I would have a subreport with the txtType field being the link Master/Child field.
If I had a record whose value in txtType was Boat and that value did not appear in Table1, I would still want it to show at the bottom of the report.
Can this be done?
Example:
If Table1 had a field called txtType and there were two records. Record1 = Automobile, Record2 = House
Table2 has a field called txtValue a field called txtColor and a field called txtType
In my report I would have a subreport with the txtType field being the link Master/Child field.
If I had a record whose value in txtType was Boat and that value did not appear in Table1, I would still want it to show at the bottom of the report.
Can this be done?