Results 1 to 3 of 3
  1. #1
    mbellas21 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    1

    update query with multiple criteria help

    Hi everyone, working on a database and trying to figure out how to change an items name but only after a certain date in the table. Have tried putting in >#date# and other such variations but no such luck. Would appreciate any help on the subject.

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Code:
    > #date#
    should work, provided your field is really formatted as a Date, and not as a String. Can you confirm that?

    Can you post the SQL Code you have tried, so we can at least see the structure and the names of the table and field?
    You can convert any query to SQL code by switching to SQL View. Then just Copy and Paste the code here.

  3. #3
    euanl is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jun 2013
    Posts
    25
    By > #date# I assume you mean >#01/02/2013# for example, not just the word date, if so then this should work. You could have >Date() which would return values greater than today's date, or >Date()-7 for greater than 7 days ago etc as well.

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

Similar Threads

  1. Replies: 2
    Last Post: 04-10-2013, 03:54 PM
  2. Replies: 5
    Last Post: 04-05-2013, 12:02 PM
  3. Replies: 7
    Last Post: 01-02-2013, 11:23 PM
  4. Replies: 1
    Last Post: 07-13-2011, 11:00 AM
  5. Query Criteria Lost After Table Update
    By matt4003 in forum Queries
    Replies: 10
    Last Post: 12-29-2009, 10:50 PM

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