Results 1 to 3 of 3
  1. #1
    Martial Bachoffner is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Sep 2018
    Posts
    2

    Auto updating time on all record

    Hello,



    I have 600 records where I have to set the time 9 minutes earlier of what it is actually.
    Ex: a time who is 9:00 AM will be 8:51 AM.
    Is there a way to have all the 600 records updated at once?
    I know how to do it in Filemaker Pro but I'm new to Access.

    Thanks,
    Martial

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,939
    use an update query

    Update myTable
    SET TimeField=dateadd("n",-9,TimeField)

  3. #3
    Martial Bachoffner is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Sep 2018
    Posts
    2
    Thanks, I will give it a try.

    Quote Originally Posted by Ajax View Post
    use an update query

    Update myTable
    SET TimeField=dateadd("n",-9,TimeField)

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

Similar Threads

  1. Replies: 5
    Last Post: 07-19-2014, 09:55 PM
  2. Auto Increment Not updating Record
    By RoadRunner123456 in forum SharePoint
    Replies: 0
    Last Post: 02-12-2014, 09:38 AM
  3. Replies: 1
    Last Post: 11-06-2013, 10:41 AM
  4. Need help with auto-updating - SQL Query
    By supr4 in forum Access
    Replies: 1
    Last Post: 02-19-2012, 12:59 PM
  5. Auto-updating a web-form. Please help
    By dipo+ in forum Programming
    Replies: 0
    Last Post: 01-21-2012, 06:21 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