G
Guest
Hi...
I have a problem with my combo box. When I select something from the
drop-down box it updates the rest of the fields no problem. When I scroll
through the records using the arrows instead of selecting from the drop-down
the combo box doesn't update. I put in the following code:
Private Sub Form_Current()
Me.ProjNumCombo = Me.Project_Number
End Sub
Now the combo box updates when I scroll through the records using the
arrows... but not I can't select anything off of the combo box list. If I
select anything it just changes back to the first item on the list. Any
ideas??
Thanks!
Heather
I have a problem with my combo box. When I select something from the
drop-down box it updates the rest of the fields no problem. When I scroll
through the records using the arrows instead of selecting from the drop-down
the combo box doesn't update. I put in the following code:
Private Sub Form_Current()
Me.ProjNumCombo = Me.Project_Number
End Sub
Now the combo box updates when I scroll through the records using the
arrows... but not I can't select anything off of the combo box list. If I
select anything it just changes back to the first item on the list. Any
ideas??
Thanks!
Heather