B
Bob
Hello
In the database I am working on contains these 3 fields. My problem is
that the number of items is multiplied by the number of items. Where
it says 4 it is really 1 of 4 being shown as 4 4's. It is showing the
total items times the number of items. So it is really 4 and 6 and 3
but it is coming out as shown below. I need to make it into 1 item per
row. I cannot alter the database so I must do it as a query. Also the
total cost column is the same way. I need to do something if a zero is
in the item cost column, delete those records and select the first
item or the first 120.56 and delete the rest. I don't know if this
makes sense because my head is spinning. Any help would be greatly
appreciated
Bob
No_Items Item_Cost Total_Cost
4 13.64 48.82
4 14.36 48.82
4 14.01 48.82
4 6.81 48.82
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
3 8.06 21.06
3 5.50 21.06
3 7.50 21.06
HELP!!!!
In the database I am working on contains these 3 fields. My problem is
that the number of items is multiplied by the number of items. Where
it says 4 it is really 1 of 4 being shown as 4 4's. It is showing the
total items times the number of items. So it is really 4 and 6 and 3
but it is coming out as shown below. I need to make it into 1 item per
row. I cannot alter the database so I must do it as a query. Also the
total cost column is the same way. I need to do something if a zero is
in the item cost column, delete those records and select the first
item or the first 120.56 and delete the rest. I don't know if this
makes sense because my head is spinning. Any help would be greatly
appreciated
Bob
No_Items Item_Cost Total_Cost
4 13.64 48.82
4 14.36 48.82
4 14.01 48.82
4 6.81 48.82
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
6 0 120.56
3 8.06 21.06
3 5.50 21.06
3 7.50 21.06
HELP!!!!