Re: Many to Many? Maybe Not
- From: strvariant@xxxxxxxxx
- Date: 17 May 2007 07:54:19 -0700
On May 17, 12:19 am, Ed Murphy <emurph...@xxxxxxxxxxxx> wrote:
B. Edwards wrote:
tblPayments
Payment_Amount
Payment_Id
tblTransactions
Account
Transaction_Amount
Transaction_Id
tblTransactionsPayments
TransactionId
PaymentID
PaymentAppliedAmount
Well, yes, but can that last table be populated without cursors?
tblTransactionsPayments
TransactionId
PaymentID
PaymentAppliedAmount
This seems to address that. I see that if there is a payment amount
left over that a new record would be inserted with the same ID's but
with the remaining amount. I am looking for a way to do this without
using cursors but I am running out of options.
.
- Follow-Ups:
- Re: Many to Many? Maybe Not
- From: strvariant
- Re: Many to Many? Maybe Not
- References:
- Many to Many? Maybe Not
- From: strvariant
- Re: Many to Many? Maybe Not
- From: B. Edwards
- Re: Many to Many? Maybe Not
- From: Ed Murphy
- Many to Many? Maybe Not
- Prev by Date: Re: Many to Many? Maybe Not
- Next by Date: Re: Many to Many? Maybe Not
- Previous by thread: Re: Many to Many? Maybe Not
- Next by thread: Re: Many to Many? Maybe Not
- Index(es):