R
rob peterson
I want to set the date in an unbound textbox to 01/01/1970
Properties format : mm/dd/yyyy
Properties data - default value: 01/01/1970 turns to 1/1/1970 or if I build
=01/01/1070 turns to =1/1/1970
Anyway, when I click the form, I get 12/30/1899 for some reason. How do I
set this default?
Form is to work with a query to determine beginning and ending range of
dates.
Ending date works with =Now()
Thanks.
Properties format : mm/dd/yyyy
Properties data - default value: 01/01/1970 turns to 1/1/1970 or if I build
=01/01/1070 turns to =1/1/1970
Anyway, when I click the form, I get 12/30/1899 for some reason. How do I
set this default?
Form is to work with a query to determine beginning and ending range of
dates.
Ending date works with =Now()
Thanks.