A
awrex
I'm probably missing something in the posts, but I don't think I've seen this.
I have a series of cascading combo boxes and on the last combo box I want a
text box to be updated with data that is part of the same record set, though
it's not in the combo box, but part of the same linked table.
Hope this makes sense.
I've tried using a afterupdate on the last combo box but I get an error
METHOD OR DATA MEMEBER NOT FOUND.
I figure it's the table that I'm trying to reference, the table is outside
the form though it's linked.
Private Sub Project_ID_AfterUpdate()
Me.txtProj = Me.tbl_project.Column(2)
End Sub
THANKS!!!!!!!!!
I have a series of cascading combo boxes and on the last combo box I want a
text box to be updated with data that is part of the same record set, though
it's not in the combo box, but part of the same linked table.
Hope this makes sense.
I've tried using a afterupdate on the last combo box but I get an error
METHOD OR DATA MEMEBER NOT FOUND.
I figure it's the table that I'm trying to reference, the table is outside
the form though it's linked.
Private Sub Project_ID_AfterUpdate()
Me.txtProj = Me.tbl_project.Column(2)
End Sub
THANKS!!!!!!!!!