Since you want to see the results on the switchboard, I'd put the code
either in the switchboard, or in a standard module. Add a textbox to the
switchboard and set its controlsource to:
= CountRecords()
When the switchboard is opened it will run the function. If you anticipate
the tables recordcount changing, you might want to add a timer event or a
button to rerun the code every now and then.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> This is great, Arvin! Where do I put the following code below, in the
> switchboard Form's 'On Open' properties? Or do I just put this into a new
[quoted text clipped - 41 lines]
>> >
>> > Thanks!
Pat Dools - 15 May 2007 03:28 GMT
Thanks, Arvin! Worked like a charm.

Signature
Pat Dools
> Since you want to see the results on the switchboard, I'd put the code
> either in the switchboard, or in a standard module. Add a textbox to the
[quoted text clipped - 50 lines]
> >> >
> >> > Thanks!