Results 1 to 2 of 2
  1. #1
    RycherX is offline Novice
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    4

    Decision Tree

    Is it possible to design this in Access.

    I envision a user to open a form that will ask a Y/N question. If user selects"Y" and clicks "next", a different question is asked on the next form. If a user selects "N", user gets routed to a different question.



    So the idea is to have a user answer a series of questions driven by a behind the scenes decision rule.

    If I store these decision rules in a table, can these rules drive the specific questions?

    Moreover, after answering 15 questions, can I store the results of these questions for reporting purposes?

  2. #2
    MAF4Fam6's Avatar
    MAF4Fam6 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2009
    Location
    Fruit Heights, Utah USA
    Posts
    140

    Post Decision Tree

    I know of one way this can be accomplished: by using a Conditional Macro.
    However, all decision rules would be stored in the Conditional Macro versus a Table. Your Conditional Macro can also update your results to a Table by using Update Queries which can then be used for reporting purposes onto a Report. Even better...you may even be able to use a Yes/No pop up window instead of a form when selecting your answer.
    Hope this helps.

    RC
    Fruit Heights, Utah

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

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