I am using two fields named PARENT and the other named WONUM in a table named WORKORDER. The PARENT field contains a workorder number that is the parent to a child work order number in the WONUM field. The WONUM field is associated with several other fields such as labor and materials that I am displaying in my report. The issue is that the PARENT field isn't associated with those same details. My report is currently grouped by parent with its respective children underneath. The problem is that I cannot display any data for the PARENT workorder because it has no assocation with the same information that WONUM has. So, how do I go about associating that PARENT work order number with the same information that is assocatied with the WONUM work order number. Report example:
Work# Labor Materials
Group (Parent) 12543 ? ?
Details(children)21233 $533 $87
23242 $334 $76
34353 $112 $32
Group (Parent) (null)
Details(children)12543 $452 $542
In different group, the same PARENT workorder number is shown with labor and materials as a child of a null field because it is as its native WONUM field. So, as you can see, I need to be able to associate, replace, etc the relationships from WONUM to the PARENT field. Any help would be GREATLY appreciated.
Work# Labor Materials
Group (Parent) 12543 ? ?
Details(children)21233 $533 $87
23242 $334 $76
34353 $112 $32
Group (Parent) (null)
Details(children)12543 $452 $542
In different group, the same PARENT workorder number is shown with labor and materials as a child of a null field because it is as its native WONUM field. So, as you can see, I need to be able to associate, replace, etc the relationships from WONUM to the PARENT field. Any help would be GREATLY appreciated.