Results 1 to 4 of 4
  1. #1
    Lori Hughes is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Feb 2013
    Posts
    2

    2003 Version - date field cannot contain today's date

    It's been a while since I worked with this version.
    I have a date field in a table that cannot contain today's date.


    Silly me - I waded in with Excel's function 'today'.
    OK - stop laughing.

    Now I've gone around in circles and still haven't discovered the answer.

    Please kind people - help!
    Lori

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I've done the same

    Use Date() for just the date
    Use Now() for the date and time.

    The parenthesis might go away - don't be concerned...

  3. #3
    Lori Hughes is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Feb 2013
    Posts
    2
    Steve!

    Thank you for your help, and understanding!

    Now - I'm going to ask one more thing.

    Do I just put Date() in the Validation Rule field in Design Mode for the Table?
    I'm asking now, because I won't have access to this information until work on Monday.

    Thank you again!
    Lori

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    No problem...
    Sorry for taking so long to respond... busy weekend...

    If the field cannot have today's date, try

    <> Date()

    You can use any of the operators: <, >, =, <>, <=, >=

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

Similar Threads

  1. Replies: 7
    Last Post: 01-28-2013, 05:21 PM
  2. Replies: 3
    Last Post: 12-04-2012, 05:22 PM
  3. Replies: 5
    Last Post: 10-12-2012, 11:00 AM
  4. Replies: 7
    Last Post: 07-12-2012, 02:35 PM
  5. Replies: 12
    Last Post: 04-26-2012, 04:01 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