K
Kyle Jedrusiak
I make the following call in my code...
DoCmd.OpenForm gkTopSheetEditForm, , , , acFormAdd, acDialog
The form comes up all works as expected, I can start to enter data but if I
accidentally scroll with the mouse wheel the form moves to another new
record.
How can I prevent this?
Kyle!
DoCmd.OpenForm gkTopSheetEditForm, , , , acFormAdd, acDialog
The form comes up all works as expected, I can start to enter data but if I
accidentally scroll with the mouse wheel the form moves to another new
record.
How can I prevent this?
Kyle!