sh_spamcatch@yahoo.com wrote:[color=blue]
> Salad wrote:
>[color=green]
>>sh_spamcatch@yahoo.com wrote:
>>
>>[color=darkred]
>>>I still can't open the database for editing by holding down the[/color][/color]
>
> Shift
>[color=green][color=darkred]
>>>key. Is there any other way?
>>>
>>>Thanks,
>>>
>>>S.H.
>>>[/color]
>>
>>Create a new database. See if you can import the objects into it.[/color]
>
>
> I can import the tables only. Since the tables are in a separate mdb,
> I can already access them directly. I need to change the location of
> the data source in the original application to point to that separate
> mdb. (My network gurus have seen fit to move all the servers without
> prior warning, so I'm scrambling to fix everything.)
>
> The basic question: how do I get to Linked Table Manager without the
> Tools option on the menu?
>
> Thanks,
>
> S.H.
>[/color]
Is it possible its not an MDB but an MDE?
Is there user-level security or is it a password on the MDB?
Is this a runtime version?
Can you get to the database window at all (Window/Unhide)? If you could
create a module you could run a command like
DoCmd.RunCommand acCmdLinkTables
or
DoCmd.RunCommand acCmdToolbarsCustomize
There is some information you have that we lack.