I have a dialog form with a date field, formatted as Short Date, that updates a listbox. I set it up so that when the form opens, the date field is populated with the current date, which can then be changed if needed by the user.
The code is on the OnOpen Event and is:
Me!startdate = Now()...