Subform text box has focus when it shouldn't?

WebFaktor

Registered User.
Local time
Today, 08:21
Joined
May 12, 2001
Messages
81
Greetings,

The first text box within my subform (re:tab order) is acting as though it has focus while I am doing data entry within my mainform.

I have an on on entry event that is activated for this first text box within my subform - that I cannot seem to prevent from happening while some does data entry within the main form?

Advace thank yous from this befuddled access developer,

WF
 
When Form_Open event fires for your form (with subform), set focus to whatever field you want. e.g.

Me.setfocus
Me!txtBox.setfocus
 

Users who are viewing this thread

Back
Top Bottom