I have a form with a sub form. Im using the following code to go from a subform back out to a field on the main form. That part works. But if Im in add mode, after the jump to the field the first key stroke does not enter data. Im not sure how to explain it. I can see the cursor blinking in the field but when I start typing it doesnt register the first character. The field is a Memo type and Im connected to SQL db. I dont know if that matters. Any thoughts?
If txtSatisfyDescLkUpID = 10 Then 'if on last question then go to field on main form
Forms![frmSatisfy].Form!tx
tSatisfyIm
prove.SetF
ocus 'this goes to specific field on frmSatisfy
End If
Start Free Trial