Overflow error in Debug window

D

DZ

Greetings

I entered the following in the immediate window...

?18440 + 16260 + 5141

.... and got an Overflow error.

Hmmm... it doesn't handle longs?

How can i overcome this?

Access 97
 
J

Joe Fallon

Looks larger than 32767 to me.
Must assume them to be integers and then you get the overflow when you
exceed 32767.
 
Top