czechmate55
Technical User
Hello,
I have a combo box that needs to fill some text boxes when selected. However, the user will also need to edit the text boxes. Everywhere I've looked, I can only find info on UNbound text boxes.
This is what I have for the onChange event for my combo.
Private Sub Cbo_UnitNo_Change()
Me.txtApplDate = Me.RehabUnitID
Cbo_UnitNo.Requery
End Sub
Can you tell me if I am close to what I am trying to accomplish or am I way out in left field on this?
Thank you
I have a combo box that needs to fill some text boxes when selected. However, the user will also need to edit the text boxes. Everywhere I've looked, I can only find info on UNbound text boxes.
This is what I have for the onChange event for my combo.
Private Sub Cbo_UnitNo_Change()
Me.txtApplDate = Me.RehabUnitID
Cbo_UnitNo.Requery
End Sub
Can you tell me if I am close to what I am trying to accomplish or am I way out in left field on this?
Thank you