Just upgraded to office 2003 on a machine. Now when I run the following code
DoCmd.FindRecord txtFindMe, , True, , True
It finds the correct record but the user must click on the form to change the value.
In 2000 and XP it let them change the value without having to click the form.
Anyone know how to fix this?
DoCmd.FindRecord txtFindMe, , True, , True
It finds the correct record but the user must click on the form to change the value.
In 2000 and XP it let them change the value without having to click the form.
Anyone know how to fix this?