473,384 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,384 software developers and data experts.

locked out of old app

I'm maintaining an inherited (Access 2002) database, with no
documentation. I need to change the address for the data source, but
the main toolbar has been changed. It no longer has View or Tools, and
I can't open the database for editing by holding down the Shift key.
It's also password-protected, but fortunately I know the password.
I've searched the VB code, and can find no reference to a custom
toolbar.

How do I restore the options on the toolbar, and/or open this in Design
view, so I can work with this application?

Thanks in advance,

S.H.

Nov 13 '05 #1
10 2516

sh_spamca...@yahoo.com wrote:
I'm maintaining an inherited (Access 2002) database, with no
documentation. I need to change the address for the data source, but
the main toolbar has been changed. It no longer has View or Tools, and I can't open the database for editing by holding down the Shift key.
It's also password-protected, but fortunately I know the password.
I've searched the VB code, and can find no reference to a custom
toolbar.

How do I restore the options on the toolbar, and/or open this in Design view, so I can work with this application?

Thanks in advance,

S.H.


Nov 13 '05 #2
Launch MS Access, then do a File, Open on the database while holding
down the shift key. This results in a system admin's view like you are
expecting.

Nov 13 '05 #3
I still can't open the database for editing by holding down the Shift
key. Is there any other way?

Thanks,

S.H.

Nov 13 '05 #4
sh**********@yahoo.com wrote:
I still can't open the database for editing by holding down the Shift
key. Is there any other way?

Thanks,

S.H.


Create a new database. See if you can import the objects into it.
Nov 13 '05 #5
Salad wrote:
sh**********@yahoo.com wrote:
I still can't open the database for editing by holding down the Shift key. Is there any other way?

Thanks,

S.H.


Create a new database. See if you can import the objects into it.


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.

Nov 13 '05 #6
On 10 Jan 2005 11:07:24 -0800, sh**********@yahoo.com wrote:

Open MsAccess.
File/Open. Shift-Load your app.
You should now have Tools/Database utilities/Linked table manager.
If not, your Access installation is bad; try on another machine.

-Tom.

I'm maintaining an inherited (Access 2002) database, with no
documentation. I need to change the address for the data source, but
the main toolbar has been changed. It no longer has View or Tools, and
I can't open the database for editing by holding down the Shift key.
It's also password-protected, but fortunately I know the password.
I've searched the VB code, and can find no reference to a custom
toolbar.

How do I restore the options on the toolbar, and/or open this in Design
view, so I can work with this application?

Thanks in advance,

S.H.


Nov 13 '05 #7
Tom van Stiphout wrote:
On 10 Jan 2005 11:07:24 -0800, sh**********@yahoo.com wrote:

Open MsAccess.
File/Open. Shift-Load your app.
You should now have Tools/Database utilities/Linked table manager.
If not, your Access installation is bad; try on another machine.

-Tom.


That's the thing: I can use Shift-Load on my other apps, but not this
one. I'm not sure if it's the password, or the linked table error
message that prevents this.

Is there any other way to get into design mode? Or any other way to
change the linked tables?

Nov 13 '05 #8
This has been mentioned already but let me reiterate ....

If you create a clean database, you likely will be able to import all
objects, i.e., forms, macros, reports, et al.
From the new database, from within the Forms\Macros\Reports modules,

simply right click, find your database name and import.

You may have tried this and had a password failure already, so pardon
me if I did not ascertain that from your post.

Nov 13 '05 #9
sh**********@yahoo.com wrote:
Salad wrote:
sh**********@yahoo.com wrote:

I still can't open the database for editing by holding down the
Shift
key. Is there any other way?

Thanks,

S.H.


Create a new database. See if you can import the objects into it.

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.


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.
Nov 13 '05 #10
Samantha wrote:
This has been mentioned already but let me reiterate ....

If you create a clean database, you likely will be able to import all
objects, i.e., forms, macros, reports, et al.
From the new database, from within the Forms\Macros\Reports modules,

simply right click, find your database name and import.

You may have tried this and had a password failure already, so pardon
me if I did not ascertain that from your post.


Samantha,

Thank you! Something as simple as right click was all I needed. That
was the way to import everything, not just tables.
Ya learn something new every day. Again, thank you.

S.H.

Nov 13 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tech | last post by:
In Visual Basic 6.0, the Locked property of a ComboBox control determined whether the text-box portion of the control could be edited. In Visual Basic ..NET, the Locked property prevents a control...
6
by: DebbieG | last post by:
I have created a database for a client and was told that it was to be a one-user database. Well, you know the next statement ... now they want 3 people to be able to use the database. (FYI, I...
2
by: Ken Durden | last post by:
I'm setting up an interface where clients must perform external locking before calling certain commands. I do this to force them to specify the duration the action they performed must persist...
7
by: Andrea Moro | last post by:
I'm writing my first windows control library. A simple textbox with some numeric facilities. Well, there is a strange thing that happen. I want to add a locked property. As many other property,...
6
by: elake | last post by:
I found this thread about a pst file in Windows being locked and I am having the same issue. ...
8
by: kevin.vaughan | last post by:
Good Afternoon Everyone, Could someone please explain why I can't set the Subform control Visible attribute to False as below? The statement for the locked attributes work but not for the...
6
by: ljstern | last post by:
Hello. I am using MS Access 2003 with XP/pro. I have a form that has the following properties set through the property sheet: form: AllowAdditions = False CartridgeID field: Locked = True ...
1
by: Damjan Malis | last post by:
Hi guys... could anyone please help me with my problem getting mouse cursor position while desktop being locked (WIN + L). MSDN says: "The input desktop must be the current desktop when you...
2
by: Josh Burkard | last post by:
Hello For a alarm-system in our company i want to show a message-window at the users screen while some events, even the users computer (Win XP SP 2 in domain) is locked. How can i show a...
18
by: =?Utf-8?B?VGhlU2lsdmVySGFtbWVy?= | last post by:
Because C# has no native SSH class, I am using SharpSSH. Sometimes, for reasons I do not know, a Connect call will totally lock up the thread and never return. I am sure it has something to do...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.