I have a combo box I am using to fill bound text fields but for some reason it is only filling the first 2 text fields. Here is my code not sure what the issue is. I have modified it many times and cannot get it to poplulate the other fields.
Private Sub ccbo_AfterUpdate()
Me.Customer.Value =...