Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by volley1999

  1. volley1999

    Using VBA to initiate Access macro

    Tony, Thanks for the quick response. I get a VBA compile error "Method or data member not defined" when I enter database.DoCmd.RunMacro "MacroName" . In my subroutine, I've dimensioned my database (EC.mdb) as a database, and opened it using DBEngine.OpenDatabase . I'm...
  2. volley1999

    Using VBA to initiate Access macro

    I would like to run an Access macro from an Excel/VBA app. I'm able to run Access update queries from VBA using database.Execute queryname. Is there a similar way to run an Access macro?

Part and Inventory Search

Back
Top