Results 1 to 2 of 2
  1. #1
    BigVinnie is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2016
    Posts
    4

    Make data entry in a field mandatory based on content of another field in the same table


    Hello Everyone,

    I am quite new to Access.

    I have a table with a field called Sales_Stage and another field called Quoted_Date. I want a validation rule to say: If Sales_Stage = Quoted or Accepted then the Quoted_Date field cannot be blank. If the Sales_Stage = lead then Quoted_Date can be blank.

    What is the best way to build this validation into the table?

    Any help would be much appreciated.

    Vinnie

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    You don't. You put the validation on the input form.
    in the form ON CLOSE event put the code to cancel the form close if the condition is invalid.
    warn the user about this so they can fix it.

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

Similar Threads

  1. Replies: 5
    Last Post: 07-24-2014, 09:32 AM
  2. Replies: 2
    Last Post: 07-07-2014, 09:19 AM
  3. Limit data entry based on another field
    By chemengr in forum Forms
    Replies: 5
    Last Post: 01-02-2014, 01:21 PM
  4. Replies: 5
    Last Post: 04-23-2013, 01:42 PM
  5. Field content based on date calculation
    By jlmnjem in forum Programming
    Replies: 6
    Last Post: 09-23-2010, 10:24 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