Setting Focus to Database Window

D

DavidSt

Are there any macro commands that when placed in a form can: display the
database window and set focus on the ie, Tables tab, Queries Tab, Report Tab
etc. Thanks,
 
S

Steve Schapel

David,

I don't think I have evwer done this, but I think it will work to use a
SelectObject action in the macro, and set the 'In Database Window'
argument to Yes.
 
D

DavidSt

Steve,

You are right; it worked. Just need to leave the Object Name arguement blank.

David
 
Top