Doug Steele
dbdoug at gmail.com
Thu Feb 6 09:49:14 CST 2014
Depending on exactly when you want to show the text box, I think you may have to set the value in code for one of the form events (like Load or Current). If you just want the current date to show the first time you open the form, then you can set the Default Value property of the text box to =Date() On Thu, Feb 6, 2014 at 7:40 AM, Kaup, Chester <Chester_Kaup at kindermorgan.com > wrote: > I have a text box on a form in which I display today's date by setting the > control source to =Date(). I would like to be able to enter my date also > but it will not let me. Can I have it both ways? > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >