bound text box default to current date

  • Thread starter Thread starter Ketaki
  • Start date Start date
K

Ketaki

Hi,

I have a text box bound to a table's date field. If that
field is present for a record, it should display that.
however if it is not entered for a record in the table, i
want it to default to today's date on the form. how can
that be done?

Thanks,
Ketaki
 
Hi,

I have a text box bound to a table's date field. If that
field is present for a record, it should display that.
however if it is not entered for a record in the table, i
want it to default to today's date on the form. how can
that be done?

Set the Default property of the form textbox to Date().
 
Back
Top