PiedPiper70
Registered User.
- Local time
- Today, 23:18
- Joined
- Oct 21, 2012
- Messages
- 115
I have a large application originally written in Access 2003 running on XP. My development machine has been upgraded to Windows 7 but still keeping Office 2003 Pro. At the same time our client has also been upgraded to W7 with Office 2010 standard and Access 2010 runtime. This is all working fine.
Now it's time to upgrade my development machine Access 2010 proper. But this is where I'm getting problems - the program won't compile on a test machine. I tried creating a blank 2010 version and importing all the objects, but I get a mass of compile errors.
For example, the compiler doesn't like "Dim wordObj as Word.Application" which I use a lot when creating word documents from templates using bookmarks.
What I can't understand is why this app runs quite happily under Access 2010 Runtime?
Can anyone throw any light on this to help me understand what I need to do to create a successful 'accdb'
Thanks
Dave
Now it's time to upgrade my development machine Access 2010 proper. But this is where I'm getting problems - the program won't compile on a test machine. I tried creating a blank 2010 version and importing all the objects, but I get a mass of compile errors.
For example, the compiler doesn't like "Dim wordObj as Word.Application" which I use a lot when creating word documents from templates using bookmarks.
What I can't understand is why this app runs quite happily under Access 2010 Runtime?
Can anyone throw any light on this to help me understand what I need to do to create a successful 'accdb'
Thanks
Dave