AccessNewbie2007
Registered User.
- Local time
- Today, 11:35
- Joined
- Aug 5, 2007
- Messages
- 24
Hi all, I know that the below has been discussed in a big number of topics but I am really tired of this situation...
I have an access application developed mainly under 2007 with MySQL ODBC connector enabled to connect with remote tables and later on added some features under Access 2013.
when a client request a copy, I usually ask for the OS version as well as the Access version and based on it I compile with the lowest version for example if he has MS2010 I open the 2007 version, compile it and make accde...
the main problem I am facing is that this ACCDE is not working on all PCs normally even if the target PC has office 2007 installed. here's an example:
PC1: Win 7 SP1 (64 bit) + Access 2007 = ACCDE working 100%
PC2: Win 7 (64 bit) + Access 2007 = ACCDE not working I have to add the accdb and compile it on the target pc and make the accde on that PC to work
PC3: Win7 (32bit) + Access 2007 = ACCDE working 100%
PC4: same as PC2 and working
PC5: same as PC3 and NOT working
so it is really a headache and it is not always possible and SAFE to copy the accdb on the target pc to compile it and make an accde file accordingly.
adding runtime to corresponding versions did not solve the problem at all, the conclusion after too many trials is that the copy must be compiled on the target PC which is not safe and always easy.
does anyone have a solution for similar problem? your advises are much appreciated
Thank You
I have an access application developed mainly under 2007 with MySQL ODBC connector enabled to connect with remote tables and later on added some features under Access 2013.
when a client request a copy, I usually ask for the OS version as well as the Access version and based on it I compile with the lowest version for example if he has MS2010 I open the 2007 version, compile it and make accde...
the main problem I am facing is that this ACCDE is not working on all PCs normally even if the target PC has office 2007 installed. here's an example:
PC1: Win 7 SP1 (64 bit) + Access 2007 = ACCDE working 100%
PC2: Win 7 (64 bit) + Access 2007 = ACCDE not working I have to add the accdb and compile it on the target pc and make the accde on that PC to work
PC3: Win7 (32bit) + Access 2007 = ACCDE working 100%
PC4: same as PC2 and working
PC5: same as PC3 and NOT working
so it is really a headache and it is not always possible and SAFE to copy the accdb on the target pc to compile it and make an accde file accordingly.
adding runtime to corresponding versions did not solve the problem at all, the conclusion after too many trials is that the copy must be compiled on the target PC which is not safe and always easy.
does anyone have a solution for similar problem? your advises are much appreciated
Thank You