Is there a way that I could trigger an access macro from a VB app?
Don't ever Ginop before you Ginip
Come on I thought you guys would know this.
Search there have been plenty of things like this come up. You'd have to open an instance of Access from inside VB. VB Code: 'something like this 'after setting a reference to the Access object dim appAccess as Application.Access Set appAccess=New Application.Access appAccess.DoCmd.RunMacro "MacroName"
'something like this 'after setting a reference to the Access object dim appAccess as Application.Access Set appAccess=New Application.Access appAccess.DoCmd.RunMacro "MacroName"
Utility to Convert Visual Studio.NET 2003 Project Files Edneeis.com
Forum Rules