Feb 25, 2007 #1 sinbadly Technical User Joined Mar 16, 2006 Messages 126 Location GB How can I have the date field in the form automatically enter the current date as soon as something is added to the form, please?
How can I have the date field in the form automatically enter the current date as soon as something is added to the form, please?
Feb 25, 2007 1 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Have you tried to set the DefaultValue property of the control to =Date() ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Have you tried to set the DefaultValue property of the control to =Date() ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Feb 25, 2007 1 #3 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE Set the default value for the textbox to Date() Upvote 0 Downvote
Feb 25, 2007 Thread starter #4 sinbadly Technical User Joined Mar 16, 2006 Messages 126 Location GB Many thanks, gentles. Seems to be working well. Upvote 0 Downvote