R
Rob
Using Access 2000, I have two tables, one is Debts, the other Sales. Sales
table has 3 fields: AccNo, Week and Turnover, Debts table also has 3 fields:
AccNo, Week and Outstanding debt.
I want a query to show all accounts in the Debts table for a given week
where there is an outstanding balance and where there's a Turnover from the
Sales table, I want to show this. However, the bit that does work for me is
that where there isn't a record in the Sales table (probably because the
customer has a debt but no sales), the debt record isn't showing because we
don't record nil sales in the Sales table.
Any ideas would be welcome. Thanks, Rob
table has 3 fields: AccNo, Week and Turnover, Debts table also has 3 fields:
AccNo, Week and Outstanding debt.
I want a query to show all accounts in the Debts table for a given week
where there is an outstanding balance and where there's a Turnover from the
Sales table, I want to show this. However, the bit that does work for me is
that where there isn't a record in the Sales table (probably because the
customer has a debt but no sales), the debt record isn't showing because we
don't record nil sales in the Sales table.
Any ideas would be welcome. Thanks, Rob