thankyou! I feel like im making some progress now.
Seem to be having a problem still,
Private Sub Cbo_DevName_AfterUpdate()
Me.txt_address = [Cbo_DevName].column3
End Sub
Cbo_DevName is the combo
txt_address is the txt box
I get..
Compile error:
Method or data member not found...