N
Nedan Nedzatra
Hia!
Friends! How are you! Microsoft has saved you on Sat, Sun and most of the
Monday. I could not post any questions!
Anyway I have been struggling with something else and am no where near to
solve it!!!
Please see the below given codes; they create database in the workspace.
However I am not able to bring it to the user interface programmatically!!!
Sub WorkingWithSecondDatabase()
Dim wrkAcc As Workspace
Dim dbsNorthwind As Database
Set wrkAcc = CreateWorkspace("", "admin", "", dbUseJet)
Set dbsNorthwind = wrkAcc.OpenDatabase("NewDB.mdb", _
True)
'''''now how to bring NewDB.mdb onto the screen???
End Sub
Actually I can work with a database which is not open. However I am not able
to bring it the interface with codes ??? and I do not understand why we need
the workspace object when we can manipulate it when it is closed???
Friends! How are you! Microsoft has saved you on Sat, Sun and most of the
Monday. I could not post any questions!
Anyway I have been struggling with something else and am no where near to
solve it!!!
Please see the below given codes; they create database in the workspace.
However I am not able to bring it to the user interface programmatically!!!
Sub WorkingWithSecondDatabase()
Dim wrkAcc As Workspace
Dim dbsNorthwind As Database
Set wrkAcc = CreateWorkspace("", "admin", "", dbUseJet)
Set dbsNorthwind = wrkAcc.OpenDatabase("NewDB.mdb", _
True)
'''''now how to bring NewDB.mdb onto the screen???
End Sub
Actually I can work with a database which is not open. However I am not able
to bring it the interface with codes ??? and I do not understand why we need
the workspace object when we can manipulate it when it is closed???