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
Thanks