Transfering databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have three databases on my server. I have created buttons on my main page
that open another databse from the one I was in, however It dise not close
the original database I was in when it transfers. It remains open behind the
new database. Can I close the orginal database once I have transfered to the
new one.
Help anyone.
 
'After your lines of code that open the other database,
Application.CloseCurrentDatabase

~J
 
Back
Top