How to group text?

S

shopper

Hello.

I have two tables in Access 2000 to describe a product. The first has
exactly one record for each product. The second table contains one or more
records for each product. Each of these records is one line of the product
description.

I have developed a query, which combines the two tables, but I am not able
group the text records to one complete text.

Can anyone help?
 
J

John Vinson

Hello.

I have two tables in Access 2000 to describe a product. The first has
exactly one record for each product. The second table contains one or more
records for each product. Each of these records is one line of the product
description.

I have developed a query, which combines the two tables, but I am not able
group the text records to one complete text.

Can anyone help?

see Dev Ashish's sample code at

http://www.mvps.org/access/modules/mdl0004.htm

It will let you concatenate multiple records into a single string.

You may want to consider using a Memo field for the description rather
than breaking up the description into multiple records!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top