PC Review


Reply
Thread Tools Rate Thread

Access 2007 finds errors

 
 
Jim Gainsley
Guest
Posts: n/a
 
      30th May 2007
We just installed Office 2007 to replace Office 2003. We have a database
which we've used for a long time in 2003, that was originally created in
Office 95 years ago. Office 2007 doesn't like it, and complains of some VB
errors and a reference to a UTILITY.MDA. What is happening and why doesn't
2007 like it? What is Utility.MDA, we have no file with that name?

Jim


 
Reply With Quote
 
 
 
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      30th May 2007
"Jim Gainsley" <(E-Mail Removed)> wrote:

>We just installed Office 2007 to replace Office 2003. We have a database
>which we've used for a long time in 2003, that was originally created in
>Office 95 years ago. Office 2007 doesn't like it, and complains of some VB
>errors


Please post the exact error message(s)

>and a reference to a UTILITY.MDA. What is happening and why doesn't
>2007 like it? What is Utility.MDA, we have no file with that name?


IIRC that was a file used back in Access 97 days or even 2.0 days.
Remove it from your references. However you will likely then find VBA
which references functions from that MDA which you will have to
correct. Not a difficult task as I recall but a bit irritating.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      30th May 2007
The reference to the UTILITY.MDA likely should have been removed when you
moved from Office 95. It was an add-in used then, but no longer.

You'll need to go into the references and remove it from there.
Unfortunately, I don't have Access 2007 installed on this machine, so I
can't give you instructions how to do that.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Jim Gainsley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We just installed Office 2007 to replace Office 2003. We have a database
> which we've used for a long time in 2003, that was originally created in
> Office 95 years ago. Office 2007 doesn't like it, and complains of some
> VB errors and a reference to a UTILITY.MDA. What is happening and why
> doesn't 2007 like it? What is Utility.MDA, we have no file with that
> name?
>
> Jim
>
>



 
Reply With Quote
 
Jim Gainsley
Guest
Posts: n/a
 
      31st May 2007
Hey thanks folks! Though I was a programmer I haven't done so for many
years and I've forgotten my way around Access. But with your words and the
very intelligent debugger Help in Access I was easily able to find and
remove the check from the References list. After I did that the other
errors messages also disappeared. The Missing error occurred first in a
Find control, but without correction the Form eventually just locked up so
there must have been other references. At this point, it appears the only
problem for all those errors was the ref. to Utility.mda.

I wish all problems would be this easy to fix. This was an initial try of
Access2007 which we just installed. If the rest of our test on this
smallish database go successfully, we'll try it on our much more complex ERP
database--very scary<g>, but it runs fine under Access2003...




"Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Jim Gainsley" <(E-Mail Removed)> wrote:
>
>>We just installed Office 2007 to replace Office 2003. We have a database
>>which we've used for a long time in 2003, that was originally created in
>>Office 95 years ago. Office 2007 doesn't like it, and complains of some
>>VB
>>errors

>
> Please post the exact error message(s)
>
>>and a reference to a UTILITY.MDA. What is happening and why doesn't
>>2007 like it? What is Utility.MDA, we have no file with that name?

>
> IIRC that was a file used back in Access 97 days or even 2.0 days.
> Remove it from your references. However you will likely then find VBA
> which references functions from that MDA which you will have to
> correct. Not a difficult task as I recall but a bit irritating.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/



 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      31st May 2007
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in
news:(E-Mail Removed):

> The reference to the UTILITY.MDA likely should have been removed
> when you moved from Office 95. It was an add-in used then, but no
> longer.


Utility.mda still existed in Access 2000 as wall as in Access 2002.

I think the difference is they've changed the location of it around
several times (in Office97 it's in the Office folder, along with
MSACCESS.EXE, while in A2K, it's in the language-specific folder,
1033, while in my install of A2K2, it's back in the Office10
folder).

I'm not sure why anyone ever needed a reference to it, as its
functionality was always available without a reference, as it's an
Access program component (I've always loved that much of the
Access's functionality is built in itself).

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
Jim Gainsley
Guest
Posts: n/a
 
      1st Jun 2007
Thanks David

"David W. Fenton" <(E-Mail Removed)> wrote in message
news:Xns9941AB6384DBf99a49ed1d0c49c5bbb2@127.0.0.1...
> "Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in
> news:(E-Mail Removed):
>
>> The reference to the UTILITY.MDA likely should have been removed
>> when you moved from Office 95. It was an add-in used then, but no
>> longer.

>
> Utility.mda still existed in Access 2000 as wall as in Access 2002.
>
> I think the difference is they've changed the location of it around
> several times (in Office97 it's in the Office folder, along with
> MSACCESS.EXE, while in A2K, it's in the language-specific folder,
> 1033, while in my install of A2K2, it's back in the Office10
> folder).
>
> I'm not sure why anyone ever needed a reference to it, as its
> functionality was always available without a reference, as it's an
> Access program component (I've always loved that much of the
> Access's functionality is built in itself).
>
> --
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/



 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      10th Jun 2007
"Jim Gainsley" <(E-Mail Removed)> wrote:

>Hey thanks folks!


You're welcome.

>If the rest of our test on this
>smallish database go successfully, we'll try it on our much more complex ERP
>database--very scary<g>, but it runs fine under Access2003...


There are reports of relatively minor bugs and differences of behavior
in queries and such. Relatively minor that is until you encounter them
in a production system. I'd wait until SP1 before going live with a
complex app.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CHKDSK always finds errors Hank Windows XP Help 6 2nd May 2006 04:47 AM
Chkdsk finds errors Ed H Windows XP Help 4 11th Jul 2004 04:43 AM
Inbox Repair Tool (Almost) ALWAYS Finds Errors nospam Microsoft Outlook 0 4th Feb 2004 08:42 PM
Find finds nothing, and errors Chris M. Microsoft Excel Programming 1 25th Aug 2003 06:31 PM
Can't open PST file scanpst finds no errors Brent Wheeler Microsoft Outlook Discussion 5 14th Jul 2003 09:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:51 PM.