I am trying to set an integer value as such:
Dim intID as integer intID = x * 10000
This works ok when x is 3 or less. But when
x
in VB6, the Integer type is a whole number which ranges from -32768 to 32767.
You would be best using the Long type here.
Long