Retrieving the most recent date in a recordset

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.
 
F

fredg

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

Top