stormtrooper
Programmer
Hi there. I have 2 fields that I want to put together in this format: KeepRite/KR0456
KeepRite is the manufacturer and KR0456 is the model number. They are also my 2 fields.
My problem is that I need to have the {maufacturer} field as Can Grow, but when I do that, it ends up overlapping the model number. I tried a formula:
trim({manufacturer)} + "/" + trim({model_no})
and applied the Can Grow function to that, but it seems to want to cut off when I don't want it to.
Are there any other options?
Thanks
KeepRite is the manufacturer and KR0456 is the model number. They are also my 2 fields.
My problem is that I need to have the {maufacturer} field as Can Grow, but when I do that, it ends up overlapping the model number. I tried a formula:
trim({manufacturer)} + "/" + trim({model_no})
and applied the Can Grow function to that, but it seems to want to cut off when I don't want it to.
Are there any other options?
Thanks