R
rich
Hello Everyone,
I would like to create an Input Mask for an IP Address. Can anyone help me
with this?
I've been search the net for a solution but keep coming up with nothing.
Several posting suggest that this will need to be coded, but this is my
weakness. I'm not a true developer and don't know enough VBA.
I think I have an idea on how the logic should go, but I don't know enough
to code it.
Something like this....
Table/Column definition: IP_Address: Text(15); 12 digits + 3 dots.
Logic:
1. user enters the IP address in dot notation format (999.9.9.999).
length of each octet should not matter.
2.
Can anyone offer a solution or point me to some online help?
Thanks in advance,
Rich
I would like to create an Input Mask for an IP Address. Can anyone help me
with this?
I've been search the net for a solution but keep coming up with nothing.
Several posting suggest that this will need to be coded, but this is my
weakness. I'm not a true developer and don't know enough VBA.
I think I have an idea on how the logic should go, but I don't know enough
to code it.
Something like this....
Table/Column definition: IP_Address: Text(15); 12 digits + 3 dots.
Logic:
1. user enters the IP address in dot notation format (999.9.9.999).
length of each octet should not matter.
2.
Can anyone offer a solution or point me to some online help?
Thanks in advance,
Rich