I am working on a computer that has Access2000 and Access20007 installed on it. I am using a form, and the background code was written in C#.....when I press one of the buttons on the form, it opens an access database. The problem is, since both 2000 and 2007 are installed it wants to open 2007. Is there a way to specify in the C# code to open Acess2000? The only way it is being called in the actual C# code is by using "Access.[what Access object it is going to run]"

Let me know if I need to provide more info, or if this is possible, thanks!