Combo Box Update problem

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Heather,

We need a little more info about the combo box:

What is the Control source?
What is the Row source?
What is the bound column?
What is the column count?
 
Back
Top