T
Tara
I have a query that uses Int() to round down numbers. This works fine. The
problem is that this query then feeds a second query that just happens to be
an Update query. The rounded field is used in the Update query and instead
of keeping the rounding the way I need it, it goes back to standard rounding
rules. So, for example, in the first query the field "PayWeeks" may be
calculated at 1.888354, but thanks to the Int function, it rounds down to 1.
When I then use that field in my second query, the update query, it updates
the table to 2! Is there a way around this?
Thanks,
problem is that this query then feeds a second query that just happens to be
an Update query. The rounded field is used in the Update query and instead
of keeping the rounding the way I need it, it goes back to standard rounding
rules. So, for example, in the first query the field "PayWeeks" may be
calculated at 1.888354, but thanks to the Int function, it rounds down to 1.
When I then use that field in my second query, the update query, it updates
the table to 2! Is there a way around this?
Thanks,