Avatar of Fordraiders
Fordraiders
Flag for United States of America

asked on 

combobox not requerying

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
Microsoft AccessVBA

Avatar of undefined
Last Comment
Fordraiders

8/22/2022 - Mon