D
DKeith
I am trying to adapt Access 2000 (on XP) for my disabled child. I have a
form with several command buttons and one of them (for instance, the correct
answer to a math question) sends him to another form.
My problem is in getting past the "correct answer" *without* triggering the
OpenForm command. If I use a key event for the second switch (with which he
makes his choice), even the tab key sends him on to the
next form. Makes him a winner every time, but I want him to have to choose
the right answer.
Is there a way to (A.) specify a particular key down rather than all of
them? I'm thinking of something like If tab, Then [next command], Else Open
Form. But I"m too dim to know what to Dim. Or, (B.) a way to have the
pointer go where the focus is so I could use a click event? Or, (C.) a
better way altogether?
form with several command buttons and one of them (for instance, the correct
answer to a math question) sends him to another form.
My problem is in getting past the "correct answer" *without* triggering the
OpenForm command. If I use a key event for the second switch (with which he
makes his choice), even the tab key sends him on to the
next form. Makes him a winner every time, but I want him to have to choose
the right answer.
Is there a way to (A.) specify a particular key down rather than all of
them? I'm thinking of something like If tab, Then [next command], Else Open
Form. But I"m too dim to know what to Dim. Or, (B.) a way to have the
pointer go where the focus is so I could use a click event? Or, (C.) a
better way altogether?