select object in database window favorites

N

Nils Pettersson

How do you select an object or the shortcut of the object which is located
under the "favorites" folder in the Database Window in VBA? Is this done
using the "SelectObject" method?

I'm running MS Access 2003. Any response will be greatly appreciated.

Nils
 
M

Marshall Barton

Nils said:
How do you select an object or the shortcut of the object which is located
under the "favorites" folder in the Database Window in VBA? Is this done
using the "SelectObject" method?


I don't think you can limit it to the favorites folder.
SelectObject requires you to specify the type of the object
you want to select, so it doesn't ,atter what "folder" it is
in.y

I do have to wonder why you want to do this. Most anything
you can do to an object allows you to specify the object
without selecting it, so SelectObject is rarely ever needed.
 
Top