Showing Totals Over Time On Form

J

Joe Williams

I have an app where the user enters sales over time. What is the most
efficient way to display the current year and current month sales on each
form? That way the user has an idea of where they are as tehy enter each
sale.

Thanks

Joe
 
J

John Vinson

I have an app where the user enters sales over time. What is the most
efficient way to display the current year and current month sales on each
form? That way the user has an idea of where they are as tehy enter each
sale.

Probably with a textbox with a Control Source such as

=DSum("[amount]", "[sales]", "<some criteria appropriate to your form
and your table which I cannot supply because I don't know what your
form or your table are like>")


John W. Vinson[MVP]
 

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