DataBase - Access Conflict

Asked By Kassie42 via AccessMonster.com
20-Nov-09 02:22 PM
Hello,

We have an Access 97 database residing in a shared network folder. Recently
we got new computers. The new computers are running Windows XP SP3, Microsoft
Office 2003, Compatiblitiy Pack for the 2007 Office System, Microsoft Office
Converter Pack, Microsoft Silverlight and Office 97. The original computers
run Windows XP SP2, Microsoft Office 2000, and Office 97. The database works
fine on the original computers. The new computers are a different story. When
we select a specific control in a form, a macro that is not supposed to run
on this control attempts to run. We have to halt it. This does not happen on
the original computers. Some users are using the original computers, while
others are using the new ones. Any ideas? We tried uninstalling Office 2003
and updating net framework. Any help is greatly appreciated.

Kassie

--
Message posted via http://www.accessmonster.com
Windows XP
(1)
Office System
(1)
Silverlight
(1)
Office 2003
(1)
VBA
(1)
Database
(1)
Compatiblitiy
(1)
Tremors
(1)
  David W. Fenton replied to Kassie42 via AccessMonster.com
20-Nov-09 04:07 PM
Have you decompiled and recompiled the app on the new computers?

BTW, the .NET Framework has absolutely no effect on Access at all.

--
David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/
  Kassie42 via AccessMonster.com replied to David W. Fenton
23-Nov-09 09:28 AM
I did learn that two other programs are having issues with access as well,
though they are different issues. I am guessing they are related to the image
otherwise it is a wierd coincidence. They also reside in a shared network
folder although the one program has a Windows Network established.

--
Message posted via http://www.accessmonster.com
  Kassie42 via AccessMonster.com replied to Kassie42 via AccessMonster.com
23-Nov-09 10:26 AM
One other thing, the "Title Bar" top left corner that normally shows the key
and reads Microsoft Access now shows the key and reads Short Cut. It is not a
shortcut that I am looking at. I created a new database and tried importing
the data, etc., but still have same problem with everything.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-macros/200911/1
  Gina Whipp replied to Kassie42 via AccessMonster.com
23-Nov-09 11:19 AM
Kassie42,

This sounds like it might have to with References.  Check for MISSING
References http://www.regina-whipp.com/index_files/References.htm

Also, as Access 97 used a different set of References then 2000, 2003 and
2007 and some are not even needed in the newer versions of Access, list the
References you do see here.  Seeing those will help us identify the ones
that no longer need.

--
Gina Whipp

II

http://www.regina-whipp.com/index_files/TipList.htm
  Kassie42 via AccessMonster.com replied to Gina Whipp
23-Nov-09 03:03 PM
Hi Gina,

I tried to get the references, but I was unable to access "References" list.
Maybe because it is still in 97?  I followed the directions in the link, but
I do not get the Reference menu.

I know there is some piece missing to this puzzle.

Kassie

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-macros/200911/1
  David W. Fenton replied to Kassie42 via AccessMonster.com
23-Nov-09 03:19 PM
Surely you compile your code in your app, right? If not, you must be
a real novice!


I cannot say, as there is not enough information to make much of a
guess. Are these computers created by imaging a hard drive, or is
the Access installer being used to create the installation? If the
former, maybe the Access program image is corrupt or incorrectly
installed.

--
David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/
  Gina Whipp replied to Kassie42 via AccessMonster.com
23-Nov-09 04:46 PM
Kassie,

Can you get to the Design of any form?  Or perhaps this Access 97 database
is an MDE file?

--
Gina Whipp

II

http://www.regina-whipp.com/index_files/TipList.htm
  Kassie42 via AccessMonster.com replied to David W. Fenton
24-Nov-09 02:31 PM
Hi David,

We are not programmers here just technicians. We do not typically work too much
with access hence the problems. We also did not create the image another
department did. Believe me, we have tried to speak to a person over there and
also have a service call in, but have not gotten anywhere which is
frustrating. I think we are going to strip the computer down and start from
the basics and go from there. We already uninstalled and reinstalled access,
but that did not work, but then again we are using the access program they
provided us from the shared drive. We will need to request a clean install of
97. I appreciate everyone trying to help me and I am sorry I cannot provide
much more information.   Kassie

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-macros/200911/1
  Kassie42 via AccessMonster.com replied to Gina Whipp
24-Nov-09 02:34 PM
Gina,

I can get to the design of the form.

Kassie

--
Message posted via http://www.accessmonster.com
  Gina Whipp replied to Kassie42 via AccessMonster.com
24-Nov-09 02:52 PM
While in Design Mode press the Code button (colored square looking thingy...
thingy = technical term).  Once in the Code window go to Tools...
References...  A window should open with objects listing in it.  Simply
write down those items which have a check check mark and type them here...
in the order in which they are typed.

--
Gina Whipp

II

http://www.regina-whipp.com/index_files/TipList.htm
  David W. Fenton replied to Gina Whipp
24-Nov-09 09:13 PM
Your instructions are for A2000 and after -- A97 had no seperate
VBE.

All you have to do is hit Ctrl-G and then go to the Tools menu. The
first choice is REFERENCES.

--
David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/
  Gina Whipp replied to David W. Fenton
24-Nov-09 09:23 PM
David,

it is been awhile since I had to use Access 97... THANKS for the correction!
I better note that on my website!

--
Gina Whipp

II

http://www.regina-whipp.com/index_files/TipList.htm
  dpminusa via AccessMonster.com replied to Kassie42 via AccessMonster.com
29-Nov-09 11:39 AM
I have been doing some similar migrations recently:

One suggestion I have is to get into the VBA editor (ALT F11), then use the
DEBUG Menu and the Compile Option to see what ACCESS finds.  If it compiles
cleanly (I suspect it may not) then the TOOLS Reference recommendation would
seem a good next idea.

Failing both of these you can set a BREAK POINT by clicking the small left
column on the VBA code page for a convenient line near your suspicious area.
Then use the IMMEDIATE WINDOW (CTL G) and the ? Operator to examine some
variables.  In fact Mouse-overs of some of the variables should pop-up values
for you.

It sounds like you may not be too literate in VBA.  If not perhaps you could
give it a try and draw the Applications Support group in with a Q&A that way.

Maybe this will provide some direction?

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-macros/200911/1
Create New Account
help
ShellExecute on chinese machine DataBase System: Windows XP, Office 2003. From an access.mdb I open another access.mdb with the api shellexecute command it works fine. With language = Chinese (PRC) it fails. Any suggestions? Access Modules ADO Discussions Windows XP (1) Office 2003 (1) ShellExecute (1) PRC (1) Hi, any error you are getting? - - Best regards, _ __ __ __ __ __ command without asking for the return value, so I do not get any error. When xp is started with english language setting, the shellexecute works fine, the frontend mdb gets loaded MVP) http: / / accessblog.net http: / / www.PointLtd.com keywords: ShellExecute, on, chinese, machine description: System: Windows XP, Office 2003. From an access.mdb I open another access.mdb with the api
Reload of Office xp Professional (2002) DataBase (OS is Windows XP Prof) I have had to replace my motherboard and had to reload most programs. Reloading my copy of Office XP PRO 2002 from the disk allows me to open all the associated programs except Access Clicking on the Access program name provides a box which says "Please wait while Windows configures Microsoft Office XP Professional". This message appears twice and then closes but Access does not open. I
windows xp frontpage error DataBase Just got a call from my child at college, is getting a message saying to "put in windows xp cd with frontpage", it was installed at the factory and the cd says nothing about frontpage, was installed in coputer in2004 windows xp professional, autoupdatw won't do it. any clue to what is going on? Is freezing computer and won't open excell. Great Plains Discussions Windows XP (1) Office XP (1) Excel (1) LoPatriello (1) Coordinator (1) Micheal (1) Ofice (1) Diana
IE 8 Windows XP SP3 Problems DataBase Has anyone had any luck fixing IE8 display page problems? Access Discussions Windows XP (1) Windows XP SP3 (1) Office (1) Office Professional (1) Database (1) Database product (1) Sorry, but this newsgroup is for questions about
how do I download Microsoft Office XP? DataBase Is there a way to download and instal the Office XP onto my regular XP system without having to replace the system entirely? Access Setup Config Discussions XP (1) Microsoft Access (1) Microsoft Office (1) MVP (1) Database (1 Office (1) Download (1) System (1) 1. This is an Access database forum so your question