Refreshing Treeview Data

P

Paul

Hi folks
I am currently trying to refresh the underlying data for
an activeX treeview, the only way I seem to be able to do
this is close and open the form, any pointers would be
welcome.

TIA
Paul
 
L

Lance McGonigal

Paul...Can you not refresh the entire form? Like this:

dim myform as form
set myform = forms!myformname
myform.requery

Doesn't a form refresh refresh everything on the page? Just a thought.
 

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