Jump to content

ip address format


This topic is 6519 days old. Please don't post here. Open a new topic instead.

Recommended Posts

this is probably an easy one. I need to place IP addresses into a field. Can I format the field so that the numbers are entered like ###.###.###.### of course not all IP addresses have three numbers in each section so hopefully it will not ask for three numbers if there is only one. But would be nice just to get the . automatically entered. Whats the best way to do this?

Link to comment
Share on other sites

Place physical stops on the layout between the octets.

The full address should be recorded in a calculation:

IPAddress = octet1 & "." octet2 & "." & octet3 & "." & octet4

Note that the octets should be TEXT (not numbers) to make sure the string concatenation works properly.

Link to comment
Share on other sites

This topic is 6519 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.