If I just want to send a Ctrl keystroke when a bound textbox gets the focus, how could I do that? The line
SendKeys “^”
apparently doesn’t work as the keystroke isn’t recognised.
I need the Ctrl keystroke to activate another non-Access program working in tandem with my Access application. At present, I need to press Ctrl key manually every time I need to activate the program.