I am attempting to create a VB application that will run a Macro that I have created in an Access 97 database. My application can open the database fine but when I try to use DoCmd.RunMacro "MyMacro" it just locks up. I have tested the Macro and it works just fine if you run it within Access. Does anyone know why I can't seem to get this to work in VB?