need help suming a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that displays 10 items. I have the inventory count as the last
column which tells me on the query how many of each item I have in stock. I
am trying to display the total inventory count on a form, any help is
appreciated.
 
Create a form with the query as the source. Create an unbound text box and
insert the following:

=sum([your field])

Should work
 

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

Back
Top