Can anyone please help.
I am adding string fields together in a report text box. How can I get consistent spaces between them, is there maybe some sort of tab command. I have tried the following, but I still get uneven spaces depending on the length of the first field.
=[Pnum_1]+Space$(25-Len([Pnum_1]))+ [Pnum_2]
I am adding string fields together in a report text box. How can I get consistent spaces between them, is there maybe some sort of tab command. I have tried the following, but I still get uneven spaces depending on the length of the first field.
=[Pnum_1]+Space$(25-Len([Pnum_1]))+ [Pnum_2]