refresh listbox

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hello

How do I refresh a listbox? I have a form with tabs on
it, when data is changed on a form that is opened via tab
A, I need the list box on tab C to reflect the changes.
Currently, the changes are only refreshed when I leave
the customer's record and come back to it.

I currently am using the "refresh" code on the close
button of the form that gets accessed through tab A:

DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, ,
acMenuVer70

Appreciate any input I can get
 
Back
Top