default value = most recent date

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

Guest

I want to have a combo box that looks up a stored date, that which, when
selected, fitlers the records by that date, but I would like the default
value to be the most recent date stored. How do I set this default? The
dates are stored in a table.
 
Miss031,
Try...
=DMax("[YourDate]","tblYourTable")
as the default for the combo.
 

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