Hi guys,
I am in the process of migrating some access projects to 2010 (from 2003) and have hit another problem,
The background: we have upgraded some PC to office 2010, but not all, and some have had office removed (and we are using the viewers and access runtime).
Problem: in one project i have a reference to Excel (11.0) so that i can export some things straight to excel, now if excel isn't installed, it cant comit that reference, is there anything i can do to overcome this? (removing the reference invalidates the code objects, and it gets "all shouty")
i was thinking of somehow "blocking off" the excel code/modules if the reference couldn't be found, so that i didnt have to run two versions of the Front End.
Any ideas?
Cheers
I am in the process of migrating some access projects to 2010 (from 2003) and have hit another problem,
The background: we have upgraded some PC to office 2010, but not all, and some have had office removed (and we are using the viewers and access runtime).
Problem: in one project i have a reference to Excel (11.0) so that i can export some things straight to excel, now if excel isn't installed, it cant comit that reference, is there anything i can do to overcome this? (removing the reference invalidates the code objects, and it gets "all shouty")
i was thinking of somehow "blocking off" the excel code/modules if the reference couldn't be found, so that i didnt have to run two versions of the Front End.
Any ideas?
Cheers
Comment