My work place database design really sucks where they
include first and last name into one field.
However, I need to get the last name to compare with other field, but
I don't know how to do that in ASP.
I understand you can do that with C++ where you get all
the characters until white space, but can that concept
apply with ASP?
Thank you,
include first and last name into one field.
However, I need to get the last name to compare with other field, but
I don't know how to do that in ASP.
I understand you can do that with C++ where you get all
the characters until white space, but can that concept
apply with ASP?
Thank you,