I have a form and 2 dlls which the form is referencing. Is it possible for me to access 1 of the dlls via the other dll? When I click my run button on the form, I want to run the first dll which will allow the user to store the results to a txt file. If the user does not want to save results to a txt I need to call the other dll which is made up of several classes. One of the classes has a method to create a mdb using dao and that is the cls that I would like to access but I cannot.

Say dll one is called me and one of the cls in dll 2 is called apple and another apples. I want to access apple via apples. Is this possible? So when I click cmdRun on the form depending on what the user chooses will call either dll. The mdb will be created on-the-fly when its method is called. I would appreciate your help. If there is another way to do this, please tell me because I am about to go and