Need to get a record count on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
(e-mail address removed)
 
Back
Top