Format Tab Control

R

rbb101

I have a form with 8 tabs. Each tab represents a seperate category of
questions, so each tab has about 10 questions. Each question has a dropdown
box to select a response from.

At the end of each tab or set of questions, before the user advances to the
next tab, I would like access to verify that all the questions were answered,
ie. there are no blanks in any of the dropdown boxes. If true, I would like
the tab control format to change, or a graphic be added to the top of the tab
indicating that particular tab is complete.

Is this possible?
 
Top