G
Guest
Can someone tell me why this might be happening? Using Access 2003.
I have a calculated field that calls a custom function. The function
recieves a Long Integer (from a datediff calc) and returns a string that
displays duration in time (hh:nn:ss). As I was testing various invalid user
inputs I received an "Overflow" error. I put error handling (none before
this) in the function to trap the overflop error. Then I started getting a 0
error even though there was no error. I've trapped that so it is working
fine but I have had to do this on many functions. Is this a normal behavior
when putting error handling in functions?
Thanks for any insight to this matter.
LeAnn
I have a calculated field that calls a custom function. The function
recieves a Long Integer (from a datediff calc) and returns a string that
displays duration in time (hh:nn:ss). As I was testing various invalid user
inputs I received an "Overflow" error. I put error handling (none before
this) in the function to trap the overflop error. Then I started getting a 0
error even though there was no error. I've trapped that so it is working
fine but I have had to do this on many functions. Is this a normal behavior
when putting error handling in functions?
Thanks for any insight to this matter.
LeAnn