dbTalk Databases Forums  

Linking and the Navigation Pane

comp.databases.ms-access comp.databases.ms-access


Discuss Linking and the Navigation Pane in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Patrick Finucane
 
Posts: n/a

Default Linking and the Navigation Pane - 10-14-2011 , 04:25 PM






I was using A2007 yesterday and today moved to 2010. And the same
feature, one I don't particularly care for, exists in both versions.

I have set the NavigationPane to be hidden when an app is opened. I
might have a command like
DoCmd.TransferSpreadsheet acLink, , "Junk", "C:\Junk.xlsx", True
in a routine. When the statement runs it is like saying "Open Sesame"
as the Navigation Pane gets opened and available for use and misuse
bythe user.

I decided to get clever and see if substituting acLink with acImport
would keep the the NavigationPane closed. That worked.

I explored further and created a link. Then I simply changed the
connection string to that table and that did not open the
NavigationPane.

So I do have a couple of alternatives towards keeping the
NavigationPane closed. But I would prefer simply using the
DoCmd.TransferSpreadsheet acLink option and still keep the
NavigationPane closed. Do you have a method that works?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.