LarryDavidow
Technical User
I have found a few solutions that look like they will "Almost" work, but nothing that will actually solve it... so, here goes.
I am trying to take a query result like this:
OrderDetailID ProductName Qty
1 LeatherBag 2
2 PlasticBag 1
3 CottonBag 4
and, parse my result to a text field like this
2 X LeatherBag, 1 X PlasticBag, 4 X CottonBag
Relationship structure is as follows:
Table: Orders
Table: OrderDetail (Child Table to Orders)
Query: OrderDetailQuery (Based on OrderDetail Table with CustomerID as filter criteria)
The text field is actually going to be refrenced on a report for future use, so the field needs to be a value in the Orders table. Obviously, if someone goes into that order and adds a record, the text field needs to be updated to reflect the new item added.
This has actually been a lot harder to explain than I anticipated.
Please let me know if I need to do a better job explaining my problem!!
Larry
I am trying to take a query result like this:
OrderDetailID ProductName Qty
1 LeatherBag 2
2 PlasticBag 1
3 CottonBag 4
and, parse my result to a text field like this
2 X LeatherBag, 1 X PlasticBag, 4 X CottonBag
Relationship structure is as follows:
Table: Orders
Table: OrderDetail (Child Table to Orders)
Query: OrderDetailQuery (Based on OrderDetail Table with CustomerID as filter criteria)
The text field is actually going to be refrenced on a report for future use, so the field needs to be a value in the Orders table. Obviously, if someone goes into that order and adds a record, the text field needs to be updated to reflect the new item added.
This has actually been a lot harder to explain than I anticipated.
Please let me know if I need to do a better job explaining my problem!!
Larry