automatically scrolling down a subform

completelybobbins

New member
Local time
Today, 05:16
Joined
Nov 10, 2009
Messages
6
Hi folks

Any thoughts on the following would be useful.

I've got a form with two subforms, say subSummary and subQuestion. Each subQuestion page has information about a particular exam question, with mark scheme etc. The user enters a mark, clicks next, and the subform goes to the next question. subSummary provides an summary of the entire paper, with the question numbers and scores in a long verticle table, and the current question selected highlighted in blue using conditional formatting. The entire parent form is refreshed on every click of 'Next' to ensure subSummary is accurate.

The flaw is that when an exam has more than 20-odd questions, the user has to scroll down subSummary to see the currently selected question. Every time the form is refreshed, subSummary jumps back to the top. Any ideas on how to centre subSummary about the current question after the form refresh? My best thought was to jump the focus around after the refresh. There's a (hidden) unique question ID for each row of subSummary and each page of subQuestion.

Cheers

Rob
 

Users who are viewing this thread

Back
Top Bottom