E
Edward Lollar
Hi, All . . .
I'm very well versed in Access VBA, but I have one small question. I've written some code to validate a semi-colon delimited file where the code loops through each field and verifies that there is good data present before an import is made within the program. I've managed to capture what I believe to be all of our basic types of errors but one--Numeric Field Overflow.
My question is how do I trap for this error? I can't use rst.Fields.Value as my basis for the trap because there is no value here to validate. Any other suggestions?
BTW: This code is currently written in Access 97
Thanks in advance.
*********************************************
Edward Lollar
Programmer / Analyst
Mississippi State Tax Commission
Office of Information Technologies
Bureau of Infrastructure and Support
Special Application Development & Support
I'm very well versed in Access VBA, but I have one small question. I've written some code to validate a semi-colon delimited file where the code loops through each field and verifies that there is good data present before an import is made within the program. I've managed to capture what I believe to be all of our basic types of errors but one--Numeric Field Overflow.
My question is how do I trap for this error? I can't use rst.Fields.Value as my basis for the trap because there is no value here to validate. Any other suggestions?
BTW: This code is currently written in Access 97
Thanks in advance.
*********************************************
Edward Lollar
Programmer / Analyst
Mississippi State Tax Commission
Office of Information Technologies
Bureau of Infrastructure and Support
Special Application Development & Support