S
scott
Thought I would do a simple lookup to see where login attempts are
coming from.
Imported table with ip addresses.
I compare the following ip_num to a table to find the block range and
it works fine except....
ip_num: ([A]*16777216)+(*65536)+([C]*256)+[D]
if A is too large I get an overflow. I realize that the datatype needs
to be a Long but so far my attempts to use CLng haven't helped.
Thought this would be a simple thing.
Any ideas.
Thanks,
Scott
coming from.
Imported table with ip addresses.
I compare the following ip_num to a table to find the block range and
it works fine except....
ip_num: ([A]*16777216)+(*65536)+([C]*256)+[D]
if A is too large I get an overflow. I realize that the datatype needs
to be a Long but so far my attempts to use CLng haven't helped.
Thought this would be a simple thing.
Any ideas.
Thanks,
Scott