I have an invoice report which contains a subform of extra_to_be_billed. The sub form has fields "description" and "cost" then a sum total. However for the jobs which have more than one entry in the subform i can only seem to bring one "description" and its corresponding cost to the MAIN form. by using
=[Extra_To_Be_Billed].[Form]![description] (to return the description and
=[Extra_To_Be_Billed].[Form]![cost]) (its cost)
Is there a way to bring all of the contents of the sub form including the sum total to the Main form??
=[Extra_To_Be_Billed].[Form]![description] (to return the description and
=[Extra_To_Be_Billed].[Form]![cost]) (its cost)
Is there a way to bring all of the contents of the sub form including the sum total to the Main form??