Hey,
I need to store an IP adress in a field called SEIP in a table called Servers.
I haven't found any inputmask I can use for this, so I guess I need to write a vba function for this.
I have a form with a textbox where the IP nr should be entered. I've tried to split up the text string, seperated by points into different variables, that I can then test to see whether they are in between 0 and 255, but I can't figure out how to do this. I don't know any vba so I could use some help.
Thanks
I need to store an IP adress in a field called SEIP in a table called Servers.
I haven't found any inputmask I can use for this, so I guess I need to write a vba function for this.
I have a form with a textbox where the IP nr should be entered. I've tried to split up the text string, seperated by points into different variables, that I can then test to see whether they are in between 0 and 255, but I can't figure out how to do this. I don't know any vba so I could use some help.
Thanks