Create Microsoft Access Database
Create Microsoft Access Database
Rate Create Microsoft Access Database
(1(1 Vote))
Dim db As Database
Set ws = DBEngine.Workspaces(0)
'substitute Password with the desired password
Set db = ws.CreateDatabase("test.mdb", dbLangGeneral & ";pwd=Password")
Create Microsoft Access Database Comments
No comments yet — be the first to post one!
Post a Comment