Hi,
It seems that ROUND is considered an unknown function from JET, from what
you describe. You cannot use VBA User defined function, when OUTSIDE
Access, and Round seems to be considered such a user defined function. On
the other hand, you can try
Int( 0.5+ x * CDec(100) ) / 100
instead of
ROUND(x, 2)
as example.
Hoping it may help,
Vanderghast, Access MVP
> Hi,
> We're using VB6 with an access database (jet engine) - we've always used
[quoted text clipped - 14 lines]
> Thanks,
> Sally