Search results

  1. D

    Newbie help with chart on form

    Seems like this should be simple but can't seem to get a handle on it. I want to place a pie chart on my form that displays the number of calls made by a phone agent in relation to a target number of calls. I have a button for the agent to go to the next record and would like this to also...
  2. D

    Table structure and data display on form

    Fixed Thanks for offering to help, I got it fixed though. Now off to learn about charts :)
  3. D

    Table structure and data display on form

    OOPS - Actually... It works great except that if I select, for example, question 'b' from category 1, then category 2 changes to question 'b' as well. The only connection I can see between them is that they are both connected to the same textbox in the afterupdate event. How can I prevent the...
  4. D

    Table structure and data display on form

    fixed I used a hidden column in the combobox and Me!OtherControl= Me!ComboBox.Column( index ) in the after update event. Seems to work Thanx anyways
  5. D

    Table structure and data display on form

    Thanks in advance to those that respond to my newbie questions:) I need to design a form that works as such: list box category 1 question a question b question c list box category 2 question a question b question c I then need to display a block of text (answer to the question) on the...
Back
Top Bottom