I'm trying to fill in a field in a query where I need specific lengths for two fields, last_name and first_name. I need the length to be 20 characters in each field, and to fill the "voids" with spaces so that the formatted output is consistent. In other words, I need
cStr([last_name](plus extra spaces to = 20 characters...)
how is this line of code written to produce this output? i tried the help function, but it didn't.
any guidance is most appreciated.
cStr([last_name](plus extra spaces to = 20 characters...)
how is this line of code written to produce this output? i tried the help function, but it didn't.
any guidance is most appreciated.