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
 

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

Similar Threads

Access Form Refresh 1
refresh problem 2
Form refresh 6
Refreshing Data on a subform 1
Save n Refresh New Form 1
Date on Report 1
Duplicate Record when Required Fields are Present 8
refresh with a toggle button 4

Back
Top