Transfering databases

L

Lisa

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.
 
J

J

'After your lines of code that open the other database,
Application.CloseCurrentDatabase

~J
 
Top