I
Ira
I have a design and implementation issue that I need some help with.
I have a table of orders each with a unique OrderID. The total of each
order is derived on the fly by adding the contents of each order
detail line. This is working fine.
Now I am trying to finalize the payments table and how to implement
the application of multiple small payment toward an order total. I
created a payments table with a ClientID and OrderID as well as
PaymentDate and PaymentAmount. I am having trouble calculating and
displaying the order balance after apply multiple small payments and a
way to display this using a continuous form with a grid look so I can
display multiple orders each on a line with the balance of each order.
Can anyone give me some suggestions?
Thanks,
Ira
I have a table of orders each with a unique OrderID. The total of each
order is derived on the fly by adding the contents of each order
detail line. This is working fine.
Now I am trying to finalize the payments table and how to implement
the application of multiple small payment toward an order total. I
created a payments table with a ClientID and OrderID as well as
PaymentDate and PaymentAmount. I am having trouble calculating and
displaying the order balance after apply multiple small payments and a
way to display this using a continuous form with a grid look so I can
display multiple orders each on a line with the balance of each order.
Can anyone give me some suggestions?
Thanks,
Ira