D
dacsilva
I have a form with 2 subforms in it... Subform A has a record source that is
a totals query. Within the detail section of Subform A the Amount field
correctly displays the currency value, for example 123.45. Within the form
footer I have an expression = sum([Amount])... the result = 123
Subform B has a record source that is not a totals query but has the same
tables as the source. The detail records & sum([amount]) work fine.
I have tried round, changing format of the control, etc. I can't change the
table structure but the field is a number datatype, decimal fieldsize...
Any ideas?
Dave
a totals query. Within the detail section of Subform A the Amount field
correctly displays the currency value, for example 123.45. Within the form
footer I have an expression = sum([Amount])... the result = 123
Subform B has a record source that is not a totals query but has the same
tables as the source. The detail records & sum([amount]) work fine.
I have tried round, changing format of the control, etc. I can't change the
table structure but the field is a number datatype, decimal fieldsize...
Any ideas?
Dave