Problem with different versions of Access

L

Linq Adams via AccessMonster.com

Please don't multi-post! It wastes the time of the people trying to help you
and it actually *decreases* the chance of getting a coherent answer to your
problem!
 
B

ByB

Hello,

I am working on a VBA Access pplication which connects to a SQL Server
database.
I have a continuous form displayed with data, ad it is linked to a
database table, so when I enter a value from my form the data in
instantaneously updated in the database.

The problem I have is that this form works perfectly when I am
developping, and using my developpement environement (with Access
allowing me to set breakpoints, go step by step in the code and so on),
but it does not work when I use it in the PC of the ending user : in
this case, when I enter a value in the form, and click in another part
of the form, it crashes immediately. Note that my ending user has a
version of Access which does not allow entering or modifying the code,
but just executing my application as a MDE project.

So I made several tests, and the conclusion is that with a version of
Access which allows access to the VBA code (developpement version), the
form works (in MDB or MDE versions of the app), but not with the
version that does not give access to the code.

Is there something I should do when creating the MDE file to be sure
that it includes averything it needs to run correctly in all versions
of Access ?


Thank you for any idea on this point.
 

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