Retrieving the most recent date in a recordset

  • Thread starter Thread starter MDY
  • Start date Start date
M

MDY

I want to create a field in a form that searches the
recordset of a related table and returns the value of the
most recent date entered in a given field.
 
I want to create a field in a form that searches the
recordset of a related table and returns the value of the
most recent date entered in a given field.

In an unbound text control:
=DMax("[DateField]","TableName")
 

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