Jul 25, 2001 #1 jmlbones Technical User Joined Jul 16, 2001 Messages 13 Location US How can I combine data that is in two fields into one? I have to create one Name field from the First Name field and the Last Name field. Thanks.
How can I combine data that is in two fields into one? I have to create one Name field from the First Name field and the Last Name field. Thanks.
Jul 25, 2001 #2 JoeMiller IS-IT--Management Joined Apr 27, 2001 Messages 1,634 Location US FirstName & " " & LastName Joe Miller joe.miller@flotech.net Upvote 0 Downvote
Jul 25, 2001 Thread starter #3 jmlbones Technical User Joined Jul 16, 2001 Messages 13 Location US Thanks. Got it to work. Upvote 0 Downvote