Access 97. I have a function (called from a very large sub) where the
parameters are explicitly defined as double. However, on occasion one
or more of these may be null. My error trapping was set to "Break in
Class Module". When I have a null parameter, I don't receive any error
message but the code immediately stopped running at the point the
function was called. Anyone any ideas whats going on here??
parameters are explicitly defined as double. However, on occasion one
or more of these may be null. My error trapping was set to "Break in
Class Module". When I have a null parameter, I don't receive any error
message but the code immediately stopped running at the point the
function was called. Anyone any ideas whats going on here??
Comment