G
Guest
Hi Everyone,
I write a Public Function to check my input TxtBoxes in order to prevent
input error. I put this check in the AfterUpdate event of the TxtBox. When an
error is found and exit function, the cursor jumps to the next object in the
form, my problem is how to get the cursor back to that TxtBox?
I write a Public Function to check my input TxtBoxes in order to prevent
input error. I put this check in the AfterUpdate event of the TxtBox. When an
error is found and exit function, the cursor jumps to the next object in the
form, my problem is how to get the cursor back to that TxtBox?