I have a rather confusing dilemna. I have this list of IP addresses in a field, and the only set of characters I need is the 3rd group of numbers.
So - here is an example of what I'm talking about:
1.24.100.23
245.2.100.254
23.243.100.2
123.234.100.123
for every single one of those, I want to only grab the 3 characters: 100
it's not as simple as this - because the 100 place could be any number - whether it be a single-digit or a three-digit number.
Does anyone know how I can go about selecting JUST the 3rd tier of the IP Address with expressions in queries? I can do this in Excel by concatenating the text by period, but I would like to automate this in access.
ANy clues?
So - here is an example of what I'm talking about:
1.24.100.23
245.2.100.254
23.243.100.2
123.234.100.123
for every single one of those, I want to only grab the 3 characters: 100
it's not as simple as this - because the 100 place could be any number - whether it be a single-digit or a three-digit number.
Does anyone know how I can go about selecting JUST the 3rd tier of the IP Address with expressions in queries? I can do this in Excel by concatenating the text by period, but I would like to automate this in access.
ANy clues?