Search results

  1. J

    Creating Export Specifications Using VBA

    I guessed as much, which is why I specified Access 2003. Still, a partial answer is better than none at all, right?!
  2. J

    Creating Export Specifications Using VBA

    The hidden table that stores export specifications is "MSysIMEXSpecs" (in Access 2003, anyway). The following example code demonstrates how to export a table in a defined "special" format. I haven't bothered to clean it up to any great degree, so use at your own risk! Public Sub...
Back
Top Bottom