Is there a way to concatenate Sales Details?

M

markmarko

With the scenerio of tblSalesOrders and tblSalesDetails (with fields Product
and Quantity), I'd like to create a Form that would be able to concatenate a
given sales order's SalesDetails into a single control.

So, for instance, a sales order has the following details:
ProductA
ProductD
ProductF

I'd like to be able to, in a continuous form, list each Sales Order, and on
each record have a field that would read "ProductA, ProductD, ProductF"

Any theories on how to accomplish this?
 

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