No scrolling records on form in 2003

J

Jake F

I created a form and don't want users to be able to scroll to the next
question without answering the one they're on. I was able to use the
mousehook module when I run 2007, but when I run 2003 it scrolls through. I
have the dll file in the same folder and the modules in the on open and close
events of the form. I have the cycle set to current record as well and still
am able to scroll to the next record as well as a new record. Any help is
greatly appreciated!
 
B

bhipwell via AccessMonster.com

What about just not letting them answer the next question...

if isnull(me.question1) then
msgbox "Please answer question 1.", vbokonly, "Information"
exit sub
end if

B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top