H
Hardhit
Hello,
I have a form in my scoring database where I use SendKeys to fill the form
with scores ranging from 0 to 10.
In order not to enter the score and having to press enter I use the send key
where I hold the control key and then use the number 0 - 9 to send the
corresponding score.
when I send ctrl-0 I in fact enter the score of 10 points.
when I send ctrl-o I in fact enter the score of 0 points in the form.
After each entry with the SendKeys the cursor is moved to the next field.
I would like to get ride of the SendKeys macro to send the numbers and also
not to use the CTRL key anymore.
So what I would like to do is enter 0 ... 9 to send a score of 0 ... 9 into
the field and when the score is a 10 I would like to use *
How would I go about this in VB ?
I'm not that used to VB.
Regards,
Peter
I have a form in my scoring database where I use SendKeys to fill the form
with scores ranging from 0 to 10.
In order not to enter the score and having to press enter I use the send key
where I hold the control key and then use the number 0 - 9 to send the
corresponding score.
when I send ctrl-0 I in fact enter the score of 10 points.
when I send ctrl-o I in fact enter the score of 0 points in the form.
After each entry with the SendKeys the cursor is moved to the next field.
I would like to get ride of the SendKeys macro to send the numbers and also
not to use the CTRL key anymore.
So what I would like to do is enter 0 ... 9 to send a score of 0 ... 9 into
the field and when the score is a 10 I would like to use *
How would I go about this in VB ?
I'm not that used to VB.
Regards,
Peter