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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top