Are integers systematically converted to long in Access VBA as well?
In the recent versions Excel VBA, the VB engine converts an Integer data
type to Long while maintaining the Integer overflow limits. So as a rule
of thumb, I always use Long values in Excel VBA.
Does anyone know if the same is true in Access? I realize it's the same
engine with different references, but as I move more into Access VBA I
never want to assume.
No comments:
Post a Comment