Searchable Calendar

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,
How do I display a running total on my payments table, showing
totalised payments made by members of a club.Ideally it would be for display
purposes only and be placed in the form header or footer. I want to show
progress towards a financial target set by the club........say $10,000 and
for this amount to be consistently decremented as additional subscriptions
are made.? Tia John
 
One of the common solutions is to use an unbound control on your form, and
use a DLookup calculation as its control source - something like:
DLookup("[maxtotal]","myTable") - [thisPayment]

-Ed
 

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