G
Guest
I have a subform in which a user selects a department to post revenue to from
a combo box. I am trying to get the department's accounting unit, and
activity number to populate separate text boxes on the same sub-form. Here
is the coding that I'm using:
Private Sub Name_LostFocus()
SMF_AU = Me.Name.Column(5)
Activity_Number = Me.Name.Column(4)
End Sub
I continually get an invalid qualifier error on this. Any help would be
appreciated.
a combo box. I am trying to get the department's accounting unit, and
activity number to populate separate text boxes on the same sub-form. Here
is the coding that I'm using:
Private Sub Name_LostFocus()
SMF_AU = Me.Name.Column(5)
Activity_Number = Me.Name.Column(4)
End Sub
I continually get an invalid qualifier error on this. Any help would be
appreciated.