I developed a VBA rounding function "MyRound()" that resolves the difference between Excel's rounding and the Access' rounding function. The function works fine in a stand alone query but when I use the query in a left join with another table it gives me an #ERROR in fields that have no value. If I replace the vba MyRound function with the Access Round() function the ERROR# does away with the left join (but the rounding is incorrect). I have tried different formats for my vba function (long, double, currency) - no difference.
This one has me stumped - Please help!!!
This one has me stumped - Please help!!!