Mickdn Posted December 20, 2011 Posted December 20, 2011 How can I get the following calculation to place a Carriage Return at the end of LastName so it will display as Fred Arthur Smith 666 Green Street Have read lot's of post's but can't seem to get it working. Substitute (List(FirstName;MiddleName;LastName;Address);"¶";" ") Thanks
doughemi Posted December 20, 2011 Posted December 20, 2011 Substitute (List(FirstName;MiddleName;LastName);"¶";" ") & "¶" & Address
Lee Smith Posted December 20, 2011 Posted December 20, 2011 Are you saying that your data is all in one field? i.e. Fred Arthur Smith 666 Green Street, or are you wanting to combine two or more fields? If your data is all in a single field like you describe, or two fields (one for full name and one for street), then you need look at changing your data structure and have separate fields for First Middle and Last. Lee
Mickdn Posted December 20, 2011 Author Posted December 20, 2011 Thanks doughemi, must have tried every combination except that one. Thanks also to Lee but my data structure is just fine and I do have separate fields for all my data. The example I used was just that, an example. Enjoy your holidays!
Recommended Posts
This topic is 4780 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