I have an accounts database that stores bank transactions in one table with a 'one to many' (transID to FKtransID) relationship to a second items table that
stores the items of that transaction.
The transactions table includes a yes/no field for checking off when a bank statement is received.
Ideally, I would like to create a query or a form based on a query that lists all transactions with a sum of the cash amount for all the items within a transaction - grouped by FktransID.
However, the group by statement in the query locks the statement checkbox so transactions cannot be ticked off.
Can anyone suggest a workaround?
stores the items of that transaction.
The transactions table includes a yes/no field for checking off when a bank statement is received.
Ideally, I would like to create a query or a form based on a query that lists all transactions with a sum of the cash amount for all the items within a transaction - grouped by FktransID.
However, the group by statement in the query locks the statement checkbox so transactions cannot be ticked off.
Can anyone suggest a workaround?