How update a combo box when a record is updated

L

Lionel M.

Hi

I have got a simple Access form bound to a recordset, with some fields (name, address, etc
Moreover, I have got in this form a combo box containing all the names

In this form, I am able to update records, and more specifically names
What I would like is, when the name for a record is updated, the combo box to immediately reflect the change

What can I do
I tried thinmyCombo.requery, but it doesn't appear to be working

Thanks

Lionel.
 
Top