Why is it that when I type

Code:
? 240 * 256
Into VBA's Immediate Window (in Access) I get an Overflow error? And why is it that when I type

Code:
? 240 * 65536
I don't?

(The numbers are just examples by the way, not special cases)