Search results

  1. B

    Automation - Turn off Excel Links

    I have an access application that iterates through a bunch of excel files to read data that will be written to some tables. Each of these Excel files is linked to another file. When each workbook is opened, it prompts me with a "Do you want to refresh the links" dialog. I can turn the dialog...
  2. B

    Class Library

    I am taking a somewhat object oriented approach to an application I am building, and I have been very pleased with the results. However, I am having a problem setting up a class library. The application uses 3 databases and I developed the classes in one of them, but each of the databases will...
  3. B

    Deleting References

    I am in the process of splitting up a database. I have one database, Rates_Data_Test.mdb, listed as a reference in my Rates_Interface.mdb database. I now want to change the reference from Rates_Data_Test.mdb to Rates_Data.mdb, and it keeps reverting back to the original Rates_Data.mdb. It seems...
  4. B

    Calling a DMax functions in different databases

    I am calling a procedure in Database B from a module in Database A. The procedure in Database B uses a DMax function. The procedure runs properly when the procedure is called in Database B, but fails when it is called from Database A. It seems the DMax function is looking for the table in the...
Back
Top Bottom