K
kmhnhsuk
I have a form called frmAccounts, this is based on a query called
qrySumAllTransactions. The query is based on a table called Transactions
Basically the query sums the value for each transaction type (Item) and
reports the value (Value).
In the form I want to show the individual Items (Item from
qrySumAllTransactions) and their total values (Value from
qrySumAllTransactions). How do I specify which Item value that I want on the
form when I place the text box for Item.
I currently have the following items listed in the field Item:
Raffle
Room Hire
Entrance Fees
Supplies
Speaker Fee
Any help would be appreciated, currently I only get the first Item shown on
the form.
qrySumAllTransactions. The query is based on a table called Transactions
Basically the query sums the value for each transaction type (Item) and
reports the value (Value).
In the form I want to show the individual Items (Item from
qrySumAllTransactions) and their total values (Value from
qrySumAllTransactions). How do I specify which Item value that I want on the
form when I place the text box for Item.
I currently have the following items listed in the field Item:
Raffle
Room Hire
Entrance Fees
Supplies
Speaker Fee
Any help would be appreciated, currently I only get the first Item shown on
the form.