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

Need help with Can Grow function

Status
Not open for further replies.

stormtrooper

Programmer
Joined
Apr 2, 2001
Messages
266
Location
CA
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
 
Problem solved. It was just bad data in our database.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top