Requery the combo in the form current event:
If Not Me.Newrecord Then
Me.cbProjectPhase.Requery
End If

Signature
Dave Hargis, Microsoft Access MVP
> I have a form that includes a combobox that has the following in its on enter
> event:
[quoted text clipped - 13 lines]
> stores the bound information properly in the table but just doesn't show
> correctly on the form. Any suggestions?
szag - 13 Dec 2007 20:28 GMT
Thanks!
>Requery the combo in the form current event:
>
[quoted text clipped - 6 lines]
>> stores the bound information properly in the table but just doesn't show
>> correctly on the form. Any suggestions?