cliffhanger9
MIS
Hello all -
I have a database table that has a column of usernames.
the usernames have the domain attached into it. I am looking to strip this domain and leave only the username.
so for example..
home/JDoe
home/WSmith
home/BMorris
home/MHunt
home/JMama
...would be possible values of the column.
I would like to strip the domain from the data cell so that it instead reads...
JDoe
WSmith
BMoris
etc.
I currently do this manually quite well by selecting the column and using the find replace for "home/" and it achives the desired result.
Unfortuantely this is several steps to many and need to be able to do this from a form command button that would trigger this behaviour
Thanks in advance for any insight, suggestions, and/or code!!
I have a database table that has a column of usernames.
the usernames have the domain attached into it. I am looking to strip this domain and leave only the username.
so for example..
home/JDoe
home/WSmith
home/BMorris
home/MHunt
home/JMama
...would be possible values of the column.
I would like to strip the domain from the data cell so that it instead reads...
JDoe
WSmith
BMoris
etc.
I currently do this manually quite well by selecting the column and using the find replace for "home/" and it achives the desired result.
Unfortuantely this is several steps to many and need to be able to do this from a form command button that would trigger this behaviour
Thanks in advance for any insight, suggestions, and/or code!!