D
Debbiedo
I had the following code for a field originally located in the details
section of Access 2003. I decided I needed to use tab cointrols. When
I cut and pasted the field and its associate code into my tab, it
stopped working. (The tab control is called "Page1". )
Private Sub SCHOOLSN_Change()
SN_SCHOOL = SCHOOLSN.Column(0)
Me.Requery
End Sub
Any ideas why? I am new to using tabs and VBA codiong.
Thanks for any help.
Deb
section of Access 2003. I decided I needed to use tab cointrols. When
I cut and pasted the field and its associate code into my tab, it
stopped working. (The tab control is called "Page1". )
Private Sub SCHOOLSN_Change()
SN_SCHOOL = SCHOOLSN.Column(0)
Me.Requery
End Sub
Any ideas why? I am new to using tabs and VBA codiong.
Thanks for any help.
Deb