I have a problem...(besides trying to program an Access DB when I am not a programmer and know nothing about programming): I have developed a database on my home computer, which has Access 2002 (I formatted the DB as an Access 2000 format), therefore, it referenced ADODB, ADOX, and ADOR version 2.7 libraries and JRO version 2.6 but all my users (who have Access 2000) are going to have 2.5 versions.
When I test-deployed the DB, Access could not figure out on its own to set the 2.5 versions on the user's computer, so it just came up with MISSING for the 2.6/2.7 versions I had set.
I have other libraries referenced that did not come up missing, e.g. ACCESS and MSACAL libraries were able to automatically switch from the 10.0 version I had set to the user's 9.0 version.
Is there any possibility that I can just download the earlier 2.5 versions for my computer and use those in my db and hopefully that will clear up the reference problem? (Is there anything wrong with this?) I have also read an FAQ from this site that linked to some ms code for fixing broken references, and I have incorporated it into my AutoExec code but don't have any users to test it out on at the moment--does anyone know if code like this would unselect the Missing references that my users have and then be able to select the other version of the same reference? (it was faq181-936)
Thanks for any thoughts,
tgikristi
When I test-deployed the DB, Access could not figure out on its own to set the 2.5 versions on the user's computer, so it just came up with MISSING for the 2.6/2.7 versions I had set.
I have other libraries referenced that did not come up missing, e.g. ACCESS and MSACAL libraries were able to automatically switch from the 10.0 version I had set to the user's 9.0 version.
Is there any possibility that I can just download the earlier 2.5 versions for my computer and use those in my db and hopefully that will clear up the reference problem? (Is there anything wrong with this?) I have also read an FAQ from this site that linked to some ms code for fixing broken references, and I have incorporated it into my AutoExec code but don't have any users to test it out on at the moment--does anyone know if code like this would unselect the Missing references that my users have and then be able to select the other version of the same reference? (it was faq181-936)
Thanks for any thoughts,
tgikristi