Discussions

 View Only
  • 1.  Combine first and last name into one box

    Posted 03-24-2020 12:54
    I have a first and last name box for customers' names and I would like to make one box that combines them so I can use it at the top so it displays when the record is open. I have used a text formula rich option for the new box for the combination but I cannot seem to get the formula right.

    What would I put in as the formula to make this happen?

    ------------------------------
    Benjamin Brooks
    ------------------------------


  • 2.  RE: Combine first and last name into one box

    Posted 03-24-2020 12:56
    I suggests using a regular formula text field.

    List(" ", [First Name], [Last Name])

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 3.  RE: Combine first and last name into one box

    Posted 03-24-2020 12:57
    Thanks Mark!

    ------------------------------
    Benjamin Brooks
    ------------------------------