Cursor jumps from subfrom to form by itself

G

Guest

Hello,

I have a form that includes a subform too. When I complete a new record in
the form and I click to the first textbox in a new record of the subform,
then something stange happens. The cursor shows instantly in the subform’s
textbox and then jumps in the first textbox of the main form. If I click
again in the subform then it stays in its place.
Can you explain this symptom?

Thank you
GL
 
J

Jeff Boyce

What is the "tab order" in the subform? Are there any event procedures
"behind" that first subform textbox?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
G

Guest

Tab order in the subform texboxes is from 0 to 4. There is no any event
procedure behind the first textbox, there are only procedures on subform
Current, Dirty and Timer.
 
J

Jeff Boyce

Any chance that the "first" textbox is taborder 4? Were it my form, I'd be
looking for code that would trigger. Can you place breakpoints in your code
to see if something in it is causing this behavior?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top