overdraft015
Programmer
(sorry the subject wasnt descriptive enough)
i have a field which can be up to 50chars long. it is a description of products. i build a table to show the product and description (in seperate fields) but i need to be able to split the description into multiple fields because the char size is to big for what im doing.
e.g.
Product Desc1(10chars) Desc2(10chars) Desc3(10chars)
1234 Super Size Cup 100 c l (white)
i can do this using the Mid$() function but i dont want to split a word into two fields. how can intelligently make it so that it either puts the word that would b split into the next field to ensure the full word stays whole?
hope i made it clear enough and hope someone can held. i was thinking maybe ill have to loop or something but cant get my head around it.
i have a field which can be up to 50chars long. it is a description of products. i build a table to show the product and description (in seperate fields) but i need to be able to split the description into multiple fields because the char size is to big for what im doing.
e.g.
Product Desc1(10chars) Desc2(10chars) Desc3(10chars)
1234 Super Size Cup 100 c l (white)
i can do this using the Mid$() function but i dont want to split a word into two fields. how can intelligently make it so that it either puts the word that would b split into the next field to ensure the full word stays whole?
hope i made it clear enough and hope someone can held. i was thinking maybe ill have to loop or something but cant get my head around it.