IF statement or loop

Discussion in 'Programming' started by chrisjack001, Aug 23, 2010.

  1. chrisjack001

    chrisjack001 New Member

    Joined:
    Aug 23, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have a subform called (Recocilation Account Budget >=5) that opens up in dataview sheet. I want the user to be able to open other records in other forms specifically when he/she DOUBLE CLICKS that row in subform (Recocilation Account Budget >=5) based on the following conditions in the column field [Budgetcategory] of the subform (Recocilation Account Budget >=5)
    Some of the fields in the form are
    Account BudgetCategory Voucher
    These are the conditions:
    If the BudgetCategory = 5, 7, 8 or 9 Open that specific record by Account in another form called Req Log
    If the BudgetCategory = 6 Open that specific record by Account in another form called Travel
    Thanks for your help. Im new at this
     
  2. shankar.489

    shankar.489 New Member

    Joined:
    Aug 19, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    System Software Engineer
    Location:
    Anantapur-India
    type switch() in infinte loop(ex:while(1){
    switch()
    {case 7:
    ..
    }//switch close
    }//while close
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice