J
Jeff
Hi All,
I have a form with a TabControl that has 4 Tabs.
On each tab is a different subform.
The form 'fmStudentGrades'is opened automatically by another form if 3
specific fields have not been filled - lets call them txtbox1, txtbox2
and txtbox3. (After a certain date they need to be filled.)
I'd like the code that opens the form to change the backgrouncolor of
these boxes and set the focus to the field 'txtbox1' They are all on the
3rd Tab called 'Results' in a subform called 'sbfEnglish'
I just can't seem to get to target the boxes at all. I can target the
Tab 'Results' with:
Forms![Add Aluno 2]!Results.SetFocus
But I can't get to target the txtboxes in the Tab 'Rsults'
Any ideas greatly appreciated,
jeff
I have a form with a TabControl that has 4 Tabs.
On each tab is a different subform.
The form 'fmStudentGrades'is opened automatically by another form if 3
specific fields have not been filled - lets call them txtbox1, txtbox2
and txtbox3. (After a certain date they need to be filled.)
I'd like the code that opens the form to change the backgrouncolor of
these boxes and set the focus to the field 'txtbox1' They are all on the
3rd Tab called 'Results' in a subform called 'sbfEnglish'
I just can't seem to get to target the boxes at all. I can target the
Tab 'Results' with:
Forms![Add Aluno 2]!Results.SetFocus
But I can't get to target the txtboxes in the Tab 'Rsults'
Any ideas greatly appreciated,
jeff