-
Automating Access Queries in VBScript(SAX Basic)
Just wondering how the heck you populate the parameter dialog in an Access
2000 database when you are trying to use automation.
Desperate... this is what I have so far.
Dim objAccess As Object
Set objAccess = CreateObject("Access.Application")
objAccess.UserControl = True
objAccess.OpenCurrentDatabase _ filepath:= "\\Voyager\SpruceConnect\SpecialOrder.mdb"
objAccess.DoCmd.OpenQuery("CO Margin Lookup")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks