Christopher770
Registered User.
- Local time
- Today, 00:10
- Joined
- Sep 2, 2014
- Messages
- 18
I may have gone about this the wrong way. However...this is the deal.
So now, I want to take these text boxes with the proper descriptions and string them together.
My formula is: =Trim([sp1])&" "&([sp2]) etc.
This does produce the proper text results, however, and oddly enough, each item displays on its own line rather than in a string.
I get:
SP1
SP1
Instead of the desired result of SP1 SP2
This seems to simple, and probably has to do with the yes/no format. I've tried with and without (), and using + instead of &, and to troubleshoot, I eliminated the " ". No luck. Everything is coming back as a single column.
Any suggestions?
- I have a Table of Special instructions. Each type of a Yes or No Text Box. There are 13 items in this table along with the ID key.
- Each Field has a Special Description. I used the Y/N format for ease of use for user input to simply select the applicable options.
- However, I need the text description to display on the printed report, which is not the problem.
- So i created a separate text box for each item that simply says; If True, "Description", else blank. And named each one sp1...sp14.
So now, I want to take these text boxes with the proper descriptions and string them together.
My formula is: =Trim([sp1])&" "&([sp2]) etc.
This does produce the proper text results, however, and oddly enough, each item displays on its own line rather than in a string.
I get:
SP1
SP1
Instead of the desired result of SP1 SP2
This seems to simple, and probably has to do with the yes/no format. I've tried with and without (), and using + instead of &, and to troubleshoot, I eliminated the " ". No luck. Everything is coming back as a single column.
Any suggestions?