Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 18th, 2003, 12:21 PM
Registered User
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access' file popup menu

I want to be able to add a database to Winace through the file's popup menu
 
Old December 26th, 2003, 11:39 PM
Authorized User
 
Join Date: Nov 2003
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What are you trying to accomplish? If you want to link a table from an external database, you can use the RunCommand method of either the Application or DoCmd object. Then use the acLink constant to start the Link External Table Wizard.

Your statement would look similar to the following:

        
Code:
 DoCmd.RunCommand acLink


Hope this helps.
 
Old December 29th, 2003, 09:28 AM
Registered User
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't want to link a table from an external database, I want to zip or archive a database. I have WinAce, so I want to create a .ace file & send an Access file in it.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to hide combo box behind the popup menu? mohini ASP.NET 1.x and 2.0 Application Design 4 March 22nd, 2006 12:22 AM
Popup Menu rweide Javascript 5 June 24th, 2005 03:28 PM
Popup Menu Help No. 2 tdaustin Javascript How-To 2 July 8th, 2004 07:11 PM
Cascading popup menu rodmcleay VB How-To 0 March 3rd, 2004 10:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.