Finding Latest Date

  • Thread starter Thread starter RC-
  • Start date Start date
R

RC-

How can I find the latest date in a table and then add it to a report?

Thanks,
RC-
 
How can I find the latest date in a table and then add it to a report?

Thanks,
RC-

Set the Control Source of a textbox on the report to

=DMax("[datefield]", "[tablename]")

using the actual names of the field and table.

John W. Vinson[MVP]
 

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