C
Chris Williams
I've developed a database in Access 2003 that has
references to the Outlook and Excel 11.0 object libaries.
this same database needs to be run by users who have the
Office 9.0 equivalent libaries (and Access 2000).
Therefore when they open the database the 11.0 references
are flagged as missing, and the code will not run.
I can detect when the references are missing, and I think
I can write the code to set up the correct references for
the particular version of Office in use. However the code
will be left in an uncompiled state - is there anyway to
compile the code from within code?
Thanks
Chris
references to the Outlook and Excel 11.0 object libaries.
this same database needs to be run by users who have the
Office 9.0 equivalent libaries (and Access 2000).
Therefore when they open the database the 11.0 references
are flagged as missing, and the code will not run.
I can detect when the references are missing, and I think
I can write the code to set up the correct references for
the particular version of Office in use. However the code
will be left in an uncompiled state - is there anyway to
compile the code from within code?
Thanks
Chris