Hello
I have a text box on a report that calculates a total, control source is
=Sum([NetWgt]*([nett]/[paywgt])).
This works fine but sometime when I run the report I get the error Overflow.
I no this error is caused when a variable isn't large enough ie an integer is used instead of a double but what causes this in a text box?
I have a text box on a report that calculates a total, control source is
=Sum([NetWgt]*([nett]/[paywgt])).
This works fine but sometime when I run the report I get the error Overflow.
I no this error is caused when a variable isn't large enough ie an integer is used instead of a double but what causes this in a text box?