G grnfvr New member Local time Today, 01:56 Joined Jun 5, 2000 Messages 6 Jun 7, 2000 #1 My problem is i want to return counts and sums of different record sources onto the same form. Does anybody have a solution? Thank you for your help.
My problem is i want to return counts and sums of different record sources onto the same form. Does anybody have a solution? Thank you for your help.
E ericgeil Registered User. Local time Today, 01:56 Joined Jun 6, 2000 Messages 14 Jun 8, 2000 #2 Create a textbox with the control source =Count([field1]) or =Sum([field1])