I have set the following
FName as string * 20
LName as string * 20
FLName as string *40
in my form I have text1 as txtFirstName
text2 as txtLastName.
what I am tring to do as a project to use in other progams is have text3 = txtFirstLastName show text1 and text2
