Search results

  1. B

    Open Form from Anothe Database

    I managed it :) had to create on CommonDB another subroutine called "OpenCommonForm(fName as string, myOpenArgs as string)" with the code docmd.OpenForm FormName and on each other database (db1, db2, db3...) calledthe subroutine "Call CommonDB.OpenCommonForm("Form Name","Open Arguments")".
  2. B

    Open Form from Anothe Database

    sorry, I thought that my explanation was clear enough... I have a few databases (db1, db2, db3...) which use the same functions and subroutines (RelinkTables, some string operations...), so I created another database (CommonDB) where I placed in modules the functions and subroutines which...
  3. B

    Open Form from Anothe Database

    still, it's not working. i'm getting the error message "method or data member not found" on the .Forms
  4. B

    Open Form from Anothe Database

    Hi All, I have a customer with a few access 2010 databases which I converted a while ago from access 97. when I noticed that there is code that's being used by more than one database, I created a common database with only modules where I placed the code that's being used by other databases...
Back
Top Bottom