Search results

  1. S

    Create a macro in(through) vba

    Is there way to create a macro through VBA ? E.g. currentdb.CreateMacro "mcrName", "mcrArguments", etc. The reason being is macro incompability between 2007 and 2010, so we need to create separate macros just before rollout. Thank you.
  2. S

    Determine if ACCDE or ACCDB

    Good morning. I need to determine whether a user has opened an ACCDB or ACCDE version of the database. I understand that SYSCMD is the right way to do it. I've created a test function below, however, it returns 'False' in both ACCDB and ACCDE versions of the database. Any suggestions are...
Top Bottom