{Unsolved} How to create "Option Group" bounded to table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wecka
    New Member
    • Oct 2006
    • 8

    {Unsolved} How to create "Option Group" bounded to table?

    Does any one know to bound the choices of an option group to a table. Table structure is ID, Text which shall map to Text, Value for the radio buttons repectively.

    Appreciate advice.

    - Hany
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by wecka
    Does any one know to bound the choices of an option group to a table. Table structure is ID, Text which shall map to Text, Value for the radio buttons repectively.

    Appreciate advice.

    - Hany
    You can't really do it other than to manually enter the values corresponding to each ID in the value property of each option and to set the labels accordingly. You can of course then store the selected option in a particular field by setting the control source of the option frame.

    Comment

    • wecka
      New Member
      • Oct 2006
      • 8

      #3
      Thanks for the quick response. It is a bit frustrating that it is not easy/feasiable.

      Here is my problem anyways, and I am open for your input. I want to create a customised report. Each sentence is completed according to a slected option from each option group (a group for every question). I want the user to be able to update the values (options) for each question, and have that automatically reflected on the form (loading the stored options).

      Do you think there can be a way?

      - Hany

      Comment

      • MMcCarthy
        Recognized Expert MVP
        • Aug 2006
        • 14387

        #4
        Originally posted by wecka
        Thanks for the quick response. It is a bit frustrating that it is not easy/feasiable.

        Here is my problem anyways, and I am open for your input. I want to create a customised report. Each sentence is completed according to a slected option from each option group (a group for every question). I want the user to be able to update the values (options) for each question, and have that automatically reflected on the form (loading the stored options).

        Do you think there can be a way?

        - Hany
        Would combo or list boxes not work better?

        Comment

        • wecka
          New Member
          • Oct 2006
          • 8

          #5
          By the way, on Microsoft website, there is that page
          http://office.microsoft.com/en-us/ac...CH063661981033. it talks about a bounded option group somewhere in the middle, but i cant not reproduce it. The field list is not shown (since the form is not bounded to a table).

          Even if the form is bounded to a table, still I would have a table for each question, and I do not think there is a way to get a form bounded to multiple source :(
          Last edited by NeoPa; Nov 13 '06, 10:22 PM. Reason: Add url tags

          Comment

          • wecka
            New Member
            • Oct 2006
            • 8

            #6
            Combo/lists is not really a good solution. The one who will be using the application of very low tech background, and it is needed to have all the options appearing "in full" when selecting.

            Comment

            • MMcCarthy
              Recognized Expert MVP
              • Aug 2006
              • 14387

              #7
              Originally posted by wecka
              Combo/lists is not really a good solution. The one who will be using the application of very low tech background, and it is needed to have all the options appearing "in full" when selecting.
              I'm afraid I don't know what else to suggest. Maybe someone else will have an idea.

              Comment

              • wecka
                New Member
                • Oct 2006
                • 8

                #8
                Originally posted by mmccarthy
                I'm afraid I don't know what else to suggest. Maybe someone else will have an idea.

                Thanks mmccarthy. I definately appreciate your help.

                Comment

                • NeoPa
                  Recognized Expert Moderator MVP
                  • Oct 2006
                  • 32633

                  #9
                  Is it not simply to set the Control Source of the frame to a field in your dataset.
                  A frame will always be assigned a value depending on the button selected.
                  When assigning a frame to a field it is a good idea to ensure that there is an option button set for each possible value in the current data.

                  Comment

                  Working...