• Separate name field (2002/sp3)

    Author
    Topic
    #449347

    I have a name field that has names in this format Smith;Tom

    How do I convert the names in a query into a new field that looks like Smith; Tom

    Thanks.

    Paul

    Viewing 0 reply threads
    Author
    Replies
    • #1101520

      Say that the field is called TheName. The following expression will insert a space after the semicolon:

      Replace([TheName],";","; ")

      BTW, I’d prefer to store the name in separate FirstName and LastName fields in the table. It’s easy to concatenate these fields for presentation purposes.

    Viewing 0 reply threads
    Reply To: Separate name field (2002/sp3)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: