Throughout my work I have continuously used Sendkeys to run code that I use a lot. I'm aware that this a poor way to design my database product but I don't know how to run the same segments of code without using Sendkeys to run command buttons. Can someone explain how I might run segments of code without having to put them behind every control?
I thought of using a module but I do need to refer to specific controls in the form to check for text inputs.
I would like to know better ways of coding.
cheers
I thought of using a module but I do need to refer to specific controls in the form to check for text inputs.
I would like to know better ways of coding.
cheers