Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 13 Feb 2017 at 7:22am
You can add spaces to the end of each item and then do a LEFT(item,len) to select a standard length padding the right with a set number of spaces. You may still have to set the font or spacing to become standard.
Like
LEFT(contract + ' ',6) & LEFT({Description}+' ',20) & {Name})
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum