bound text box default to current 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
 
J

John Vinson

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().
 

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