R
Ramesh
HI,
Need some help in fixing a mess.
I failed to put in an SaleAmt in the Order table. However I have another
Receivable table with Payment Instalment info like OrderNo, Date,
AmountReceivable for each order. Is there a way I could get the total of
Amounts for each order and put it in a SaleAmt field in the Order table?
If this is not possible, can i get this from a price list table, where i
have the fields, DateFrom, Product, Price. This table has records as when
the price changes. Issue here is that i will need to take the SaleAmt from
the price that was valid on that particular day.
I tried doing a sum on the Receivables table and updating that to the Orders
table. But i got a message saying Update can be operated only on updateable
queries.
Thanks for any help please.
Ramesh
Need some help in fixing a mess.
I failed to put in an SaleAmt in the Order table. However I have another
Receivable table with Payment Instalment info like OrderNo, Date,
AmountReceivable for each order. Is there a way I could get the total of
Amounts for each order and put it in a SaleAmt field in the Order table?
If this is not possible, can i get this from a price list table, where i
have the fields, DateFrom, Product, Price. This table has records as when
the price changes. Issue here is that i will need to take the SaleAmt from
the price that was valid on that particular day.
I tried doing a sum on the Receivables table and updating that to the Orders
table. But i got a message saying Update can be operated only on updateable
queries.
Thanks for any help please.
Ramesh