Requery locks record

G

Guest

I use a double-click in a combo box (VBA) to add to a table if a combo box
doesn't have the wanted value, a form then opens to allow additions to
another table. I end the coding with Me!SamplerICID.Requery, then returns to
the entry form. The list gets updated but sometimes the entry form doesn't
allow edits after returning to the empty combo box.
CurtainMary
 
G

Gina Whipp

When I'm trying to 'refresh' a combo box I just added something new to I add
the requery action to the On_Click event of the combo box, ie: DoCmd.Requery
"cboTemperID"

HTH,
Gina Whipp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top