New Question Please Re: Counting the number of records on a form
How does one get this field to refresh after each new record entered?
For example, When I open the form, I have 10 records and the field shows that. But let's say, I add 5 more records and the field is still showing 10 records when it should be showing 15 (without me or the user having to close and reopen the form each time to get an accurate total).
If I select the textbox for =Count(*) in form design, Go to the property sheet, event tab ... Would I choose "after update" for "code builder"? Or something else?
What code would I use? My code knowledge is zero. I will sincerely appreciate any help here. Thanks!
UPDATE ...
I also have a save record button on my form, I should have mentioned that. My apologies.
So one SAVES the record, then how do I get the count textbox to recognize the new entry?
Thank you!