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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRYSTAL 8 SUBREPORT

Status
Not open for further replies.

BRL123

Programmer
Apr 26, 2006
21
0
0
US
I need to use an id that is a string as a link to a subreport field that is a formula combining a numeric id with a manufacturer code. I use cstr(numeric id) + manufacturer code so that I can concatenate the 2 fields but then it formats the numeric id as a number with commmas and decimal points. How can I format the formula to be a string without the number formatting?
Thanks
 

Convert to character. [ponder]


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top