Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two text boxes location problem

Status
Not open for further replies.

djj55

Programmer
Feb 6, 2006
1,761
US
Hello, Crystal 11 R2
I have two text boxes. One has a dynamic number of characters then a literal in the second. Is there a way to keep the space as say one character between the two or do we need a variable for this?

Thanks


djj
The Lord is My Shepard (Psalm 23) - I need someone to lead me!
 
I assume the text boxes are housing database fields?

If so, why not create a formula to concatemnate the 2 fields?

{table.field1} & ' ' & {table.field2}

-- Jason
"It's Just Ones and Zeros
 
One is a database field the other is just a text field. I am not doing this personally but am trying to remember my Crystal from a couple of years ago.

We have a form that needs database fields inserted. Currently it is a Word merge, and our .Net person is trying a Crystal solution.

I cannot off the top of my head remember how to use formulas and the programmer is not interested in learning them.

Thanks

djj
The Lord is My Shepard (Psalm 23) - I need someone to lead me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top