Search results

  1. B

    Executing code from within a macro?

    I'm not very good with macros, as you can probably guess. My import macro works fine, but I can't get it to run a VB sub very well. I tried an "Open Module" action in the macro, but it pops up the VB window so I can run the sub procedure manually. It works, but it's not too impressive to show...
  2. B

    How to avoid an error deleting a table that doesn't exist?

    I have a macro that imports some files and massages data. It works fine except for a couple things. The possibility exists that the data being imported will contain some crap that will cause an import error table to be created. I don't care about the table, so I have a "delete object" action for...
  3. B

    Access 2007 table view problem

    When I create a database in Access 2007, the table view is in full screen mode and I can't change it to windowed mode. I can't find a way to view two tables side by side.
  4. B

    Data type not defined?

    I'm trying to run some code from an older version of Access and I get an error that says "User type is undefined" on my "Dim VistaDB As Database" statement. It was not a user type before and I don't know what to use instead. Here's the whole little routine that's just meant to clean up some data...
Back
Top Bottom