refresh title bar

  • Thread starter Thread starter LGarcia
  • Start date Start date
L

LGarcia

Hi all, I have some code behind a button that allows you to choose a mdb to
link. Once it links I added a Application.RefreshTitleBar to display the
newly linked mdb. The refresh isn't working. Using AXP with WinXP.
TIA,
LGarcia
 
If you're trying to refresh the table list in the database container, try:

Application.RefreshDatabaseWindow

Good luck.

Sco
 
Back
Top