Selecting data items from a query field

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top