runtime error '6' (1 Viewer)

D

DarrenB

Guest
I am running some code, part of which reads a number value from a control on a form into an integer variable, and then from the variable into a recordset. The line of code is:

rst![pcent_complete] = mypcent

On running the code, I get the following error message:

runtime error '6'
overflow


On stepping into the code, however, it all runs fine. Can anyone offer any help. I'm baffled!
 

Users who are viewing this thread

Top Bottom