Results 1 to 7 of 7
  1. #1
    anonymust's Avatar
    anonymust is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    Home
    Posts
    9

    Wink Entries with Autodate

    Good day all.

    Im trying to create a database so I can Monitor grocery items from different supermarkets in my area.

    I have been doing this on Excel for a while now, and its time to do it properly.

    The only issue I would have is when I enter data.



    I want to be able to track the price changes on items. I have my own.

    So for example. Each time i enter the price of an item, I want a time stamp with it. (being the date when i entered the item, should be automatic)

    Can someone assist me with this.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Try setting the DefaultValue property of control on form to Date().
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    If you want the exact time, you could also use the beforeupdate event to set your timestamp to now().

  4. #4
    akhmadahdiyat is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2013
    Posts
    21
    Try setting the DefaultValue property of TimeStamp to Now().

  5. #5
    anonymust's Avatar
    anonymust is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    Home
    Posts
    9
    Wow.. what am I doing here... I think I broke it... (sorry for the late reply also)

    It doesnt work for some reason anymore...

    I will make a new DB

  6. #6
    anonymust's Avatar
    anonymust is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    Home
    Posts
    9
    How can I set a validation now?

    I was using same database on a computer of my friends, and his date was set wrong (his system was still in 2010)

    I want to make sure that every new entry to this table isnt before the date of the last entry.

    If you know what I mean

    eg.
    Say my last entry was 12-dec-2013
    the next entry cannot be a date before 12-dec-2013

    but It can be set to 12-dec-2013
    or a date greater (after) 12-dec-2013

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    I think that will require VBA code.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Missing entries
    By Baldeagle in forum Queries
    Replies: 3
    Last Post: 11-07-2012, 10:47 AM
  2. Multiple Entries
    By alyon in forum Access
    Replies: 2
    Last Post: 05-15-2012, 07:45 AM
  3. Counting Entries
    By adams.bria in forum Queries
    Replies: 6
    Last Post: 08-26-2011, 10:41 AM
  4. Calendar Entries
    By AccessFreak in forum Forms
    Replies: 3
    Last Post: 01-05-2011, 03:53 PM
  5. Y and N entries
    By Drisconsult in forum Access
    Replies: 4
    Last Post: 08-10-2010, 02:16 PM

Tags for this Thread

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