C
Cameron
I have a tab control being used on a sub form that has 10 tabs. Within each
tab there is aproximately 10 questions that the user will need to fill out
for entry of a record. what I need to do is when the user clicks off their
responces the code underneath needs to send the currently active location of
which tab the user is entering data in and then also which question they hace
clicked on. what would be the most productive way to do this? i thought maybe
a select case statement, but would like to use something a bit more automated
rather then code out each question's responce.
tab there is aproximately 10 questions that the user will need to fill out
for entry of a record. what I need to do is when the user clicks off their
responces the code underneath needs to send the currently active location of
which tab the user is entering data in and then also which question they hace
clicked on. what would be the most productive way to do this? i thought maybe
a select case statement, but would like to use something a bit more automated
rather then code out each question's responce.