Overflow error in Debug window

  • Thread starter Thread starter DZ
  • Start date Start date
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
 
Looks larger than 32767 to me.
Must assume them to be integers and then you get the overflow when you
exceed 32767.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Overflow error 6 3
VBA overflow 3
Access Overflow error 3
Overflow Error 6
Help on Code Snippet Error {Val function} 6
Timer causes run-time error '6' overflow 3
Macro limit? creating overflow 4
Overflow Error 2

Back
Top