Mar 20, 2006 #1 ChrisHaynes Technical User Joined Mar 9, 2006 Messages 80 Location GB Does anyone know how to autofill the date field with the current date when adding a new record? Any help will be greatly appreciated. Cheers. Chris.
Does anyone know how to autofill the date field with the current date when adding a new record? Any help will be greatly appreciated. Cheers. Chris.
Mar 20, 2006 #2 lars7 Technical User Joined Aug 16, 2005 Messages 817 Location GB You could try =Date() in the control source of the text box. Upvote 0 Downvote
Mar 20, 2006 #3 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Why not simply the DefaultValue set 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
Why not simply the DefaultValue set 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
Mar 20, 2006 #4 lars7 Technical User Joined Aug 16, 2005 Messages 817 Location GB I thought about that but since it was in the forms forum Upvote 0 Downvote
Mar 20, 2006 #5 lars7 Technical User Joined Aug 16, 2005 Messages 817 Location GB or the default value of the field in the table (sorry Phv that's what I thought you ment,should have read your post properly). :~/ Upvote 0 Downvote
or the default value of the field in the table (sorry Phv that's what I thought you ment,should have read your post properly). :~/