Reopen a DB

  • Thread starter Thread starter Bre-x
  • Start date Start date
B

Bre-x

Is there a way using VB to reopen a DB ,
some sort of command button to "reopen" it?


thank you all
 
Is there a way using VB to reopen a DB ,
some sort of command button to "reopen" it?

thank you all

What is the difference between "open" and "reopen" a database?

Application.FollowHyperlink "c:\YourFolder\DatabaseName.mdb"
 
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

__________________________________
 
Back
Top