VBA code-set focus to Tables in database window

A

avarga

I have code in a form_load event which displays a dialog box asking if
a particular table link has been refreshed (to point to an Excel file
based on a weekly date). If no, the form does not open.

I would like the next step to be to put the user back in the database
window viewing Tables, as a convenience for using the linked table
manager. Which command/method can I use to do this?

Thanks, Alan
 
A

Alan Varga

That did the trick! I appreciate the link to your tips as well; really
good information there. Thanks, Allen

Alan Varga
 
Top