This is the code I am using on the exit event in a control
Forms![frmNewRecord]![frmNewSubRecord].Form![frmRecord/ProposalLink].Form!
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).]