Need to get a record count on a form

N

NewHeartMan

I have a button that launches a query that counts the records in a table. I
need to get that count over to the form. Is there a way, or a better road to
follow?
 
D

Destin Richter

NewHeartMan, just use the bottom of the form (form footer) and have an
expression, something like =sum(fieldID), using of course the primary key of
the underlying table.

Destin
[email protected]
 
Top