Tabbing through subforms

lorraine

Registered User.
Local time
Today, 07:55
Joined
Jul 25, 2000
Messages
27
This is the code I am using on the exit event in a control
Forms![frmNewRecord]![frmNewSubRecord].Form![frmRecord/ProposalLink].Form!
Code:
.SetFocus

I want to tab through subforms.
I have a main form - frmNewRecord
Subform - frmnewsubrecord
then on the subform I have 2  further subforms - frmSubSub1 and frmSubSub2 which are on a tab control

When I exit out tof the last control on frmSubSub2 (where the code is placed) the focus foes to the page of the tab control and then to the last control of frm SubSub1!!!
Can anybody understand what I mean and If so any help would be most appreciated!!
Ta in advance
Lorraine




[This message has been edited by lorraine (edited 03-03-2001).]
 

Users who are viewing this thread

Back
Top Bottom