Hello,
I've searched the net but I couldn't find an answer.
I want to enable INSERT key by Access code.
I tried these but didn't work.
SendKeys {INSERT}
SendKeys {%INSERT}
SendKeys "{INSERT}"
SendKeys "{%INSERT}"
I want the cursor to be on the first character of the field when right arrow key is pressed. I can do this Tools-Options-Keyboard. But I want the first character highlighted as in the image.
Thank you for your help.