J Jim Carlock Feb 19, 2004 #1 I have some code that closed the global DAO.db object. I want to reopen it after it's closed. Is there a way to do this?
I have some code that closed the global DAO.db object. I want to reopen it after it's closed. Is there a way to do this?
J Jim Carlock Feb 20, 2004 #2 Something funny is going on. It's something else though. I can close and reopen the global object with the following code... 'open it Set db = DAO.OpenDatabase(kMDB_NAME) 'close it db.Close 'reopen it Set db = DAO.OpenDatabase(kMDB_NAME) -- Jim Carlock http://www.microcosmotalk.com/ Post replies to the newsgroup. I have some code that closed the global DAO.db object. I want to reopen it after it's closed. Is there a way to do this?
Something funny is going on. It's something else though. I can close and reopen the global object with the following code... 'open it Set db = DAO.OpenDatabase(kMDB_NAME) 'close it db.Close 'reopen it Set db = DAO.OpenDatabase(kMDB_NAME) -- Jim Carlock http://www.microcosmotalk.com/ Post replies to the newsgroup. I have some code that closed the global DAO.db object. I want to reopen it after it's closed. Is there a way to do this?