Version problem with ACCDE when packaging it with MS Access 2007

S

Siva Kumar

Hi all

I have an application developed in MS Access 2007 with VBA code. I used
Package Solution wizard in MS acess to make my applicaiton as setup package.
its working fine when i am using my application in accdb format. But when i
make an ACCDE file of my application and package & deploy it in other
systems, i am getting version problems. The Error message is as follows.
"The database is in an unrecognizable format"
"The database may have been using later version of Access than your Access
version. Please upgrade"
Please let me know the solution if any
thanks in advance

siva kumar
 
G

Gina Whipp

Siva,

Your database is opening in the last version of Access opened. You would
need to include a shortcut that includes the full path....

Running a database in run-time mode:

"c:\Program Files\Microsoft Office 2003\Office\msaccess.exe"
/runtime "YourDriveLetter:\MainFolder\YourDatabase.mdb"

You would also need to insure your database installs to a Trusted
Location... See...

http://accessjunkie.com/faq_33.aspx

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top