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.
This Access VBA code is giving me an overflow error. What am I doing wrong? Dim chunkSize As LongchunkSize = 320 * 1024 Also, I tried changing chunkSize to a Double, but got the same overflow error. Read More