Results 1 to 3 of 3
  1. #1
    thisisjess is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2015
    Posts
    1

    Property sheet validations

    I need help with my property sheet validations.
    I have three things on one table to give restraints to,
    1) Deal end date is on or after the deal start date
    2) Cut off date is on or before deal end date
    3) return date is on or after the trave date

    I have tried
    "IsNull" Or (([EndDate]>=[StartDate]) And ([CutDate]<=[EndDate]) And ([ReturnDate]>=[TravelDate]))

    This does not seem to be working, is there something more I can do or an alternate method?
    Thanks everyone!

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    see this thread
    https://www.accessforums.net/access/...ule-54144.html

    review the dialog and look at post #12

    Also,
    It is helpful to readers if you give some overview of your business requirement in plain English. Putting some context around your requirement reduces the guessing by readers.

    Don't overlook Google/Bing etc for research.
    Good luck.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You didn't specify (or give much info), but it sounds like you are trying to add table level validation. I never set validations at the table level.

    I would use the form before update event to do the validation. Easier and better control.....

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

Similar Threads

  1. Property sheet will not open
    By lawdy in forum Access
    Replies: 1
    Last Post: 02-04-2014, 09:26 PM
  2. property sheet > filter
    By gregd in forum Access
    Replies: 2
    Last Post: 04-23-2013, 12:34 PM
  3. My property Sheet dissapeared!!
    By Csalge in forum Access
    Replies: 1
    Last Post: 04-19-2013, 12:11 PM
  4. Format in Property Sheet
    By KevinMCB in forum Reports
    Replies: 8
    Last Post: 01-19-2011, 12:00 PM
  5. Property Sheet issues
    By Tim in forum Access
    Replies: 1
    Last Post: 05-28-2009, 08:35 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