Please help me hpow to record errors in my program and prevent my program to close if the error occurs... I want my program to go back to its starting point before it gets error.
When the error occur, it should prompt the user that error found and save the error into the database. These also help the user to know if the transaction has been saved or not.
Currently I am using On ERROR RESUME NEXT. In this case, the user doesnt know if the record has been saved or not.
Please help me
alvz
When the error occur, it should prompt the user that error found and save the error into the database. These also help the user to know if the transaction has been saved or not.
Currently I am using On ERROR RESUME NEXT. In this case, the user doesnt know if the record has been saved or not.
Please help me
alvz
Comment