I need help guys. I'm trying to develop a db that holds
What I'm trying to do is link a combobox which contains "application name" to a textbox "department" and have the text box filter which department the application supports.
There is just one column in the combobox so.
I've tried.
Private Sub txtDeptSupport_AfterUpdate()
me.DeptSupport=me.cboAppTitle.Column.(0)
End Sub
But it doesn't seem to work.
So if anyone has any suggestions. Thank You.
What I'm trying to do is link a combobox which contains "application name" to a textbox "department" and have the text box filter which department the application supports.
There is just one column in the combobox so.
I've tried.
Private Sub txtDeptSupport_AfterUpdate()
me.DeptSupport=me.cboAppTitle.Column.(0)
End Sub
But it doesn't seem to work.
So if anyone has any suggestions. Thank You.