Occassionally I get an overflow message when sending emails out from an access app. all i am doing is taking numbers from a form and assigning them to variables then building up a message as a string then sending them out as an E-Mail. The weird thing is that I will get an overflow error, go to debug then start running the code again and the thing works fine. the field i am assigning to is the correct datatype. I even tried changing the datatype to a variant and the problem still appears. weird!