No code in After Update event. I just put in a msgbox to track the steps
> > Tab or mouse click gives same result. Both go to the first entry in
> > the sub-form.
> > Cycle is set to All Records. (never used this property....)
>
> So what is the code in your AfterUpdate event?
> No code in After Update event. I just put in a msgbox to track the
> steps
Well code or a macro is being called *somewhere*. Make a copy of your form and
in the copy go to the { Other } tab and set HasModule to No, then save. That
will remove all code from the new form in one fell swoop. See if the same
occurs with the copy. If not, then code in the original is causing the problem.
Macros or external function calls (if you use them) will need to be hunted down
separately.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Ron Carr - 15 Oct 2005 15:02 GMT
You were right. Form worked OK with no code.
I will remove code step by step to find offender.
Thank you.
> > No code in After Update event. I just put in a msgbox to track the
> > steps
[quoted text clipped - 5 lines]
> Macros or external function calls (if you use them) will need to be hunted down
> separately.