Forum Discussion

Access_Jim's avatar
Access_Jim
Copper Contributor
Jul 28, 2024
Solved

Mysterious Overflow Error

This Access VBA code is giving me an overflow error.    What am I doing wrong?

 

Dim chunkSize As Long
chunkSize = 320 * 1024

 

Also, I tried changing chunkSize to a Double, but got the same overflow error.

 

 

 

5 Replies

Resources