J
JohnE
I am having a heck of a time getting the FirstName
MiddleName and LastName together in several different
instances. Not all names will have a middle name or
initial. On a main form the names are separated out for
entering. The different instances are;
1) throughout the app there is a pop up and the name
should be together in a textbox
2) the drop down lists should also have the names together
3) several listboxes should have the name together
All 3 of these are using a sql to populate. The sql
works fine with the exception of the line in which I try
to put the names together. I can get it with just one
part but I'm failing trying all 3 together. Also, if
there is or isn't a middle name or initial, how is the
proper spacing accomplished?
Thanks to anyone who responds.
*** John
MiddleName and LastName together in several different
instances. Not all names will have a middle name or
initial. On a main form the names are separated out for
entering. The different instances are;
1) throughout the app there is a pop up and the name
should be together in a textbox
2) the drop down lists should also have the names together
3) several listboxes should have the name together
All 3 of these are using a sql to populate. The sql
works fine with the exception of the line in which I try
to put the names together. I can get it with just one
part but I'm failing trying all 3 together. Also, if
there is or isn't a middle name or initial, how is the
proper spacing accomplished?
Thanks to anyone who responds.
*** John