Refreshing Views List

  • Thread starter Thread starter Luis Faceora
  • Start date Start date
L

Luis Faceora

Hello!

In my adp, I have a VBA function where I need to create a view dynamically
and then open it.
But meanwhile I need to refresh the views list somehow, otherwise it will
bring up an error opening the view.
I don't have the database window open, so I believe the
RefreshDatabaseWindow is out of question.

Currently, i make the project reconnect to refresh the views list but that
clearly isn't the best solution.

Anyone knows how to do this?

Thankyou in advance for your time,
Luis Faceira
 
It's not an ideal solution, but you can always unhide the database window,
refresh it, then re-hide it. If you find any other ways, let me know, as I
have a similar issue that I'm working around.


Rob
 
Back
Top