A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Dates - Automatic Entry



 
 
Thread Tools Display Modes
  #1  
Old March 13th, 2006, 06:38 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dates - Automatic Entry

I'm not sure how to phrase this question exactly. I would like to change the
date field in one of my tables so that when I put the date field on my form
it will automatically fill in the current date instead of manually entering
it.

Thank you.
  #2  
Old March 13th, 2006, 06:55 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dates - Automatic Entry

It's called a default value. Open up the table in design view. Click on your
date field. Down towards the bottom in Default Value put:

=Date()

It's important to put it in just like above. Now every new record will have
the computer's date added to the date field. I said "computer's date" as I
have seen some PCs days, weeks, even years off.

If you use =Now() that will put in both the date and the time.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Novice" wrote:

I'm not sure how to phrase this question exactly. I would like to change the
date field in one of my tables so that when I put the date field on my form
it will automatically fill in the current date instead of manually entering
it.

Thank you.

  #3  
Old March 13th, 2006, 06:56 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dates - Automatic Entry

Just set the default in your form for the date field to:
=Date()


--
Rick B



"Novice" wrote in message
...
I'm not sure how to phrase this question exactly. I would like to change
the
date field in one of my tables so that when I put the date field on my
form
it will automatically fill in the current date instead of manually
entering
it.

Thank you.



  #4  
Old March 13th, 2006, 07:00 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dates - Automatic Entry

Thank you.
p.s. nice tag line, lol.

Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


  #5  
Old March 13th, 2006, 07:07 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Dates - Automatic Entry

Thanks for your help everyone.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic dates Rob General Discussion 4 February 16th, 2006 06:22 PM
stop automatic increment of dates Susan C. General Discussion 2 September 21st, 2005 05:57 PM
Dates and automatic date updates Rick Using Forms 3 March 22nd, 2005 03:43 AM
How do I turn off the automatic conversion to dates? St Lemon General Discussion 1 August 21st, 2004 11:17 AM
Using relative dates for automatic formatting of Tasks LGuinn General Discussion 0 June 2nd, 2004 01:31 AM


All times are GMT +1. The time now is 08:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.