Access 2000 to Access 2007

JohnLee

Registered User.
Local time
Today, 15:27
Joined
Mar 8, 2007
Messages
692
Good day,

The company I'm working for are planning on moving to windows 7 and therefore upgrading our current MS Access software from 2000 to 2007.

My question is, can I just simply import all my Access 2000 objects including code into the Access 2007 and continue using it as I am now or are there significant differences that will need to be addressed depending on how I have built my DB

Any assistance, advice, Information would be most appreciated.

Regards

John
 
Only "real" problems that can occure are ADO vs DAO problems if you havent disambiguated them properly. Otherwize there are no real important differences to mention that I am aware off
 
Hi Namliam,

Thanks for that, not sure what you mean by disambiguated them. To be honest I've only ever used DAO and I always declare where it is required so based on your information I believe I should be ok.

Regards

John
 
DAO.Recordset vs ADO.Recordset is disambiguating instead of using simply Recordset
 

Users who are viewing this thread

Back
Top Bottom