Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    5

    Issue with conditional imput

    Hi
    I'm trying to set a condition in a field on a form.

    I have 2 fields:
    STATUS and STATUS CONDITION.


    STATUS sets the status of a case > CLOSED or OPENED
    When STATUS is OPEN there is the raison for why it's open in STATUS CONDITION: NEED MORE INFOS, DELIVERY SENT, ANSWER EXPECTED, (BLANK).

    I would like to know how to do that the cell in the STATUS CONDITION becomes (BLANK) when the choice on STATUS is CLOSED.
    Because in a CLOSED case there is no more need of raison

    Thanks

  2. #2
    jya is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2007
    Location
    Chicagoland
    Posts
    109
    I would use a little VBA code on one of the Status events such as "On Change".

    If Status.text = "Close" then
    Me![Status Condition] = ""
    End if

  3. #3
    Join Date
    Feb 2008
    Posts
    5
    Thank you very much, it's working.

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

Similar Threads

  1. SetFocus Issue
    By Sinjin in forum Access
    Replies: 0
    Last Post: 02-14-2008, 07:31 AM
  2. Access Issue
    By uk in forum Access
    Replies: 0
    Last Post: 07-04-2007, 09:08 AM
  3. Conditional Update query ...
    By valkyry in forum Access
    Replies: 0
    Last Post: 04-25-2007, 02:04 PM
  4. Annoying Query issue
    By stevendavies in forum Queries
    Replies: 2
    Last Post: 05-08-2006, 02:35 PM
  5. Conditional Format Query
    By Schwagr in forum Queries
    Replies: 3
    Last Post: 03-20-2006, 02:39 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