Eric the Viking
Registered User.
- Local time
- Today, 00:06
- Joined
- Sep 20, 2012
- Messages
- 70
I hope you can help. I have a small database I am using to track ledger debits and receipts for members of my angling club (110 members). Some members have bar spending some do not some have made payments for this some have not. The structure is a members details table with separate linked (by members unique key) tables for debits and receipts. My problem is in having a continuous form that shows total debits, total receipts and what is outstanding (a calculated field). It works fine for members who have debits and receipts but the problem comes with members who have only debits and no receipts as the queries don't return a result if a member hasn't a receipt as yet. I have tried using Nz on the totals but this does not return "0" for members who have no debits or receipts. I have looked at the join properties but anything other than option 1 causes Access to say there is an ambiguous join. Where am I going wrong? Cheers