John, thank ever so much! Have a wonderful evening!!
"John W. Vinson" wrote:
[Quoted Text] > On Thu, 4 Dec 2008 14:06:04 -0800, Emine <Emine[ at ]discussions.microsoft.com> > wrote: > > >Yes you are right. I will need to add that, but how do I do the VB code so > >that users can change the date if they want to change it? Or do I need a VB > >code once I add that date field into the table? Will that solve the problem? > > If you add the date field into the table, and set its DefaultValue property to > =Date() (or, alternatively, use a Textbox bound to the date field in the table > and set the Textbox's Default Value property to =Date()), then you're done. > You will need no code at all. > -- > > John W. Vinson [MVP] >
|