Results 1 to 5 of 5
  1. #1
    darklite is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    41

    form question-auto date?

    I'm not sure how to ask this question. I know almost 0 VB, but I'm wondering if the following is possible:

    I'm an Amazon seller and use a database to auto-send confirmation emails. On my table I made the text field a memo. Is it possible to have the date automatically filled in so I don't have to type it in?

    Normally, I just highlight and copy the text, and click a link to the email section of amazon. Is it possible to write the code to automatically select and copy and insert the daily date? Thanks!

  2. #2
    michaeljohnh is offline More Human than Human
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    61
    If you're viewing a table in Design view, click on the field that you want to contain the date and at the bottom under Field Properties under the General tab the Default Value should be set to Now() or Date(). That will autopopulate the field with the current date and or time depending on which you use.

  3. #3
    darklite is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    41
    Thanks, but when I do that, and I open the form, all it does is fill the field with this: Date() instead of the actual date. In the table in design view, I go to the general tab (I only have one field), under default I typed in Date().

  4. #4
    Join Date
    May 2010
    Posts
    339
    the Default Value should be set to =Date() or =Now()

  5. #5
    darklite is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    41
    Perfect, it works perfect thanks to you and Michaeljohnh for the help in getting me started. BTW, is it possible to have the date start on the following day?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Auto-populate form question: again!
    By revnice in forum Access
    Replies: 5
    Last Post: 08-06-2010, 04:02 PM
  2. Auto-populate form question
    By revnice in forum Access
    Replies: 19
    Last Post: 08-06-2010, 01:01 PM
  3. new guy with a question on auto populating
    By zdiver07 in forum Forms
    Replies: 2
    Last Post: 05-03-2010, 11:06 PM
  4. Auto Exec question
    By wilhelmmt in forum Access
    Replies: 4
    Last Post: 04-22-2010, 05:18 PM
  5. Auto populating date.
    By emccalment in forum Access
    Replies: 3
    Last Post: 02-19-2010, 11:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums