I need to build a form to enter the responses to a 63 question survey. The main table is set to hold demographic data for each survey. Results is set to hold the response to the questions, identified by the TopicID#. The topics table holds the text of the questions, TopicID#, etc.
EntryFrm (both of them) is built off the Main table. But no matter how I try, I can’t come up with a secondary table which would have all 63 questions, one below the other, with a response field I could just tab down and enter the single character result (default=null, options = 0,1,2,3) quickly. I can build it as a combobox, but then I’d have to pull down the list to the correct question every time – and that’s very time-consuming as well as it forces me to use both mouse and keyboard.
Is there an easy way to build it?