update or requery problem???

  • Thread starter Thread starter fred
  • Start date Start date
F

fred

Guest
I have a listbox link with a table named [motschercher] and I add new item in.
Then when I click on my command button [Search] the result of the search appeard in my form but the problem is that I have to clic a second time to see the result. Maybe it's a synchronize problem but however I don't know what to do.

thanks a lot if you can help
 
After you add an Item force the Requery on the list box

Me.[ListboxName].Requery
 

Users who are viewing this thread

Back
Top Bottom