access 2007 run time

M

Munteanu Gabriel

Does anyone knows when will be available.
My app are in Acc 2002, and they don't work on Vista unless I convert them
to 2007.
 
T

Tony Toews [MVP]

Munteanu Gabriel said:
Does anyone knows when will be available.
No.

My app are in Acc 2002, and they don't work on Vista unless I convert them
to 2007.

What problems are you having with A2002 in Vista?

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
 
J

John W. Vinson

My app are in Acc 2002, and they don't work on Vista unless I convert them
to 2007.

BIG caution about A2007 on Vista:

See http://support.microsoft.com/kb/935370/en-us

Short summary: opening an Access database (2002, 2003 or 2007) simultaneously
from two computers running Vista (or Longhorn Server beta) permanently
destroys the database.

Read the article.

MS is working on a fix but their current advice is... just don't do it.

John W. Vinson [MVP]
 
M

Munteanu Gabriel

I did not tried to debug all the errors encountered by Access 2002 RT on
vista. All I can tell you is that I installed my package and the application
didn't worked. Lots of compiling errors.
Now I don't know what to do
debug those errors on 2002 or upgrade to 2007 - I choosed the second solution
And now I found out there is a new bug on sharing a mdb file on Vista. -
destroy the database ?
I think the situation is hopeless. I pray that all my customers stay out of
Vista.
 
J

John W. Vinson

On Wed, 18 Apr 2007 23:10:01 -0700, Munteanu Gabriel <Munteanu
I did not tried to debug all the errors encountered by Access 2002 RT on
vista. All I can tell you is that I installed my package and the application
didn't worked. Lots of compiling errors.

well... lost references have been a real problem for several versions of
Access. Did you check Tools... References for missing references? This can be
a quick and easy fix for multiple errors.

John W. Vinson [MVP]
 
G

GabiAccess

I didn' t debug all the program. But it seemed to me like Access lost it's
own references. It happend with mdb Access 2002 version.
So : I can't go forward with Access 2007 (because I can't open a database
simultaneously on two computers) and I can't use Access 2002 on Vista.
Nice job Bill.
 
J

John W. Vinson

But it seemed to me like Access lost it's
own references. It happend with mdb Access 2002 version.

It did happen (especially when other software was installed changing the DLL's
in the System folder) - but I've never been unable to recover from the
problem.

John W. Vinson [MVP]
 
T

Tony Toews [MVP]

GabiAccess said:
I didn' t debug all the program. But it seemed to me like Access lost it's
own references. It happend with mdb Access 2002 version.

Lets work on that problem. It's quite possible that a few minutes
work will fix the references.

Do you have any references besides the basic three? Are you sure you
need them? Write down the path and name of the extra ones, delete
from the references list and Compile and Save All. Keep any
necessary references and ensure they are distributed to the target
system.

For a very detailed page on reference problems see
http://www.accessmvp.com/djsteele/AccessReferenceErrors.html

Ctrl+G will take you into the Debug/Immediate window. Then click on
Tools on the menu bar and References.

The Access 2002 default references when the MDB is created in Access
2000 format are:
Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library

The Access 2002 default references when the MDB is created in Access
2002 format are:
Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.5 Library.

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
 
A

aaron.kempf

ROFL

that's a hilarious.. hilarious link

what.. does it destroy it if the user is smart enough to be using
Access Data Projects??
 
C

cabrenner

Lets work on that problem. It's quite possible that a few minutes
work will fix the references.

Do you have any references besides the basic three? Are you sure you
need them? Write down the path and name of the extra ones, delete
from the references list and Compile and Save All. Keep any
necessary references and ensure they are distributed to the target
system.

For a very detailed page on reference problems seehttp://www.accessmvp.com/djsteele/AccessReferenceErrors.html

Ctrl+G will take you into the Debug/Immediate window. Then click on
Tools on the menu bar and References.

TheAccess2002 default references when the MDB is created inAccess
2000 format are:
Visual Basic for Applications
MicrosoftAccess10.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library

TheAccess2002 default references when the MDB is created inAccess
2002 format are:
Visual Basic for Applications
MicrosoftAccess10.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.5 Library.

Tony
--
Tony Toews, MicrosoftAccessMVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
MicrosoftAccessLinks, Hints, Tips & Accounting Systems athttp://www.granite.ab.ca/accsmstr.htm

I have an application that uses the Access 2002 runtime. Running
Vista without Access 2007. When a standard user is logged on,
starting up the app brings up the UAC dialog, asking for an Admin
password to OK starting up the Access runtime. Is there a way to get
around this?

Thanks.
Cheryl
 
Top