Setting default on Unbound date fields

G

Guest

I have a form with two unbound dates used for defining the date range of a
report. Is there anyway to have these two UNBOUND date fields (preferably
using a date picker) default to today's date?

Thanks.
 
G

Guest

Use the form Load event to set the value to this fields

Me.[TextBoxName] = Date()
 
G

Guest

Great. Thanks.

Ofer Cohen said:
Use the form Load event to set the value to this fields

Me.[TextBoxName] = Date()

--
Good Luck
BS"D


FJ Questioner said:
I have a form with two unbound dates used for defining the date range of a
report. Is there anyway to have these two UNBOUND date fields (preferably
using a date picker) default to today's date?

Thanks.
 

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