B Bre-x Sep 26, 2008 #1 Is there a way using VB to reopen a DB , some sort of command button to "reopen" it? thank you all
F fredg Sep 26, 2008 #2 Is there a way using VB to reopen a DB , some sort of command button to "reopen" it? thank you all Click to expand... What is the difference between "open" and "reopen" a database? Application.FollowHyperlink "c:\YourFolder\DatabaseName.mdb"
Is there a way using VB to reopen a DB , some sort of command button to "reopen" it? thank you all Click to expand... What is the difference between "open" and "reopen" a database? Application.FollowHyperlink "c:\YourFolder\DatabaseName.mdb"
B boblarson Sep 28, 2008 #3 Sort of the same question as Fred - is this code supposed to close and then reopen the same database? If so, may I ask why? There may be other ways of accomplishing what you are wanting. -- Bob Larson Free Tutorials and Samples at http://www.btabdevelopment.com __________________________________
Sort of the same question as Fred - is this code supposed to close and then reopen the same database? If so, may I ask why? There may be other ways of accomplishing what you are wanting. -- Bob Larson Free Tutorials and Samples at http://www.btabdevelopment.com __________________________________