Full Version: Display total records on the header based on the current records shown in my continuous form
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
keel_or_zip
I want to display the total number of records on the header of my continous form. How do I do that? Pls help. Thanks
Steve Schapel
Ericevprd,

Put an unbound textbox in the header, and set its Control Source property to:
=Count(*)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.