Newbies bibigore Posted May 5, 2005 Newbies Posted May 5, 2005 Hello, I have the following first line in my label: <<Prefix>> <<FirstName>> <<LastName>> My problem is that not all records have a prefix and for those records I get the blank space before FirstName. How can I get rid of this space? thanks! Stephanie [email protected]
sbg2 Posted May 5, 2005 Posted May 5, 2005 Create a Calculation field with result is text = If(IsEmpty(Prefix); FirstName; Prefix & " " & FirstName)
Lee Smith Posted May 5, 2005 Posted May 5, 2005 Use regular fields and the Slide Left Function. It looks like the devil in Browse, but when viewing in Preview and Printing it does what you want. In Layout Mode, select the fields that need to slide and then go to the Menu >> Format >> Slide / Printing. It's the button on the left in the Menu that will pop up. HTH Lee
Recommended Posts
This topic is 7143 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now