T
tmacdonald
Here's my issue, I have 2 tables: 1st one (Cash) has 3 fields: ID, Date,
Deposit. The second one (Debit) has 6 fields: ID, Deposit ID, Payor,
Description, Acct to Debit, Debit. I have a one to many relationship between
the two tables, with the primary key on (Cash) table being the ID field and a
foriegn key on the (Debit) table being Deposit ID. however when I run the
query the amount i specified for Deposit shows up for each record in the
(Debit) table.
What I want it to do is just show up once, because when I pull a report on
the data and sum the fields the Deposit amount is showing up for each of
those records instead of just once. As you can imagine this is throwing my
Deposit Total for the report way off.
Any assistance would be greatly welcomed.
Terry
Deposit. The second one (Debit) has 6 fields: ID, Deposit ID, Payor,
Description, Acct to Debit, Debit. I have a one to many relationship between
the two tables, with the primary key on (Cash) table being the ID field and a
foriegn key on the (Debit) table being Deposit ID. however when I run the
query the amount i specified for Deposit shows up for each record in the
(Debit) table.
What I want it to do is just show up once, because when I pull a report on
the data and sum the fields the Deposit amount is showing up for each of
those records instead of just once. As you can imagine this is throwing my
Deposit Total for the report way off.
Any assistance would be greatly welcomed.
Terry