I have a form with a combo box.(Me.cbo_Rebate_Lookup)
I'm setting its value from another textbox.
Then i need to requery the combo box, so the after upodate event will re-fire ?
But it is not working.
Me.cbo_Rebate_Lookup = Me!txtGhost_Rebate
Me.cbo_Rebate_Lookup.SetFocus
Me.cbo_Rebate_Lookup.Requery
Thanks
fordraiders