I have a subform with several text boxes (let's say A, B, C and D).
When I try to click on text box C (third text box) of a specific recordset, the cursor goes first to text box A (first text box) of this specific recordset. When I then click again on text box C, the cursor sets the focus on text box C, where I want it to be.
Is there a way, how I can set the cursor directly to text box C with a mouseclick?
Thanks.
When I try to click on text box C (third text box) of a specific recordset, the cursor goes first to text box A (first text box) of this specific recordset. When I then click again on text box C, the cursor sets the focus on text box C, where I want it to be.
Is there a way, how I can set the cursor directly to text box C with a mouseclick?
Thanks.