Hello.
I have done this umpteen million times, but for some reason, this one isn't working. I have a query that is summing amounts by [Carrier]. There can be as many as 50 carriers per [Group]. So I am displaying the list of carriers and amounts on a continuous form, frmVendorList, per group, with a calculated field on the form footer that is summing the [SumOfAMOUNT] field. It is set to currency format. It is not working properly, though. If it is summing $10.50 and $5.25, it only gives a sum of $15.00. It is displaying the cents fields, but only as zeros.
Any ideas?
I don't know if it is important or not, but the display form is accessed from a button on another form, frmPlanGroups, and the display is filtered by the Group showing in a field on frmPlanGroups.
Thanks.
I have done this umpteen million times, but for some reason, this one isn't working. I have a query that is summing amounts by [Carrier]. There can be as many as 50 carriers per [Group]. So I am displaying the list of carriers and amounts on a continuous form, frmVendorList, per group, with a calculated field on the form footer that is summing the [SumOfAMOUNT] field. It is set to currency format. It is not working properly, though. If it is summing $10.50 and $5.25, it only gives a sum of $15.00. It is displaying the cents fields, but only as zeros.
Any ideas?
I don't know if it is important or not, but the display form is accessed from a button on another form, frmPlanGroups, and the display is filtered by the Group showing in a field on frmPlanGroups.
Thanks.