> I have the OFFICE11 object library checked in the references but
> still am not able to use common dialog box objects.
[quoted text clipped - 5 lines]
>
> Which library am I missing?
Which common dialogs are you using? Generally, you're better off
avoiding all reference problems by calling the Windows API directly.
See the code at
http://www.mvps.org/access/api/api0001.htm
Call the standard Windows File Open/Save dialog box
and
http://www.mvps.org/access/api/api0002.htm
BrowseFolder Dialog
as well as other articles in the API section of that site, for API code
and examples.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)