Jack,
I'm stumbling on this issue. I need to create a function that should loop through the fields of a table and get last and first names out. If it finds duplicates of last names then the function should return a string that is composed by:
vFirstName + ', ' + vFirstName + ' ' + vLastName
of course the two vFirstName fields are respectfully the first name of the first person with the same last name, and the first name of the second person with the same last name.
I have the function editor open on my VS.NET but I cannot seem to understand where I should begin with this one..
mumble mumble mumble
ps. I didn't want to post this one in the sql forum (full of strangers hehehe) I know you have knowledge in such field.
Thanks in advance! (loading a truck of purple stars for Jack)
Daren J. Lahey
Just another computer guy...
I'm stumbling on this issue. I need to create a function that should loop through the fields of a table and get last and first names out. If it finds duplicates of last names then the function should return a string that is composed by:
vFirstName + ', ' + vFirstName + ' ' + vLastName
of course the two vFirstName fields are respectfully the first name of the first person with the same last name, and the first name of the second person with the same last name.
I have the function editor open on my VS.NET but I cannot seem to understand where I should begin with this one..
mumble mumble mumble
ps. I didn't want to post this one in the sql forum (full of strangers hehehe) I know you have knowledge in such field.
Thanks in advance! (loading a truck of purple stars for Jack)
Daren J. Lahey
Just another computer guy...