L
LeLe
I produce work tickets for our production people. For example if my order is
for 2 pillows and 1 bedskirts, I produce 3 work tickets. They say 1 or 2
pillows, 2 of 2 pillows, 1 of 2 bedskirts,
This part works great!!(I was able to do with with help I received from this
discussion group by use of a "non equi join query"
Now I am trying to get each of the tickets to sum up the total number of
items on the order and create a count accordingly. I would still like to
produce 3 tickets which would still have the same count 1 of 2 pillows etc,
but also like to have each of the 3 tickets say 1 of 3, 2 or 3 etc total
items on
the order. As was suggested in this discussion group I added a calcuated
control to my query as
follows:TotalOrderQty
SUM("[Qty]","[OrderLineItems]","[OrderNumber]=
[Forms]![OrderEntry]![OrderNumber])" It is working fine. It correctly
returns the total number of items on the order. Now how do I get the running
total value into the query? Do I still need to create a join and then modify
it in the SQL view. Since the Dsum Control is not in any of the tables I
don't think I can create the join.
Any Help is greatly appreciated.
for 2 pillows and 1 bedskirts, I produce 3 work tickets. They say 1 or 2
pillows, 2 of 2 pillows, 1 of 2 bedskirts,
This part works great!!(I was able to do with with help I received from this
discussion group by use of a "non equi join query"
Now I am trying to get each of the tickets to sum up the total number of
items on the order and create a count accordingly. I would still like to
produce 3 tickets which would still have the same count 1 of 2 pillows etc,
but also like to have each of the 3 tickets say 1 of 3, 2 or 3 etc total
items on
the order. As was suggested in this discussion group I added a calcuated
control to my query as
follows:TotalOrderQty
[Forms]![OrderEntry]![OrderNumber])" It is working fine. It correctly
returns the total number of items on the order. Now how do I get the running
total value into the query? Do I still need to create a join and then modify
it in the SQL view. Since the Dsum Control is not in any of the tables I
don't think I can create the join.
Any Help is greatly appreciated.