Hi All,
How to reference database which stored in different folder.
eg : Set db = CurrentDb , how can I replace CurrentDb with database stored in path:C/mydata, name:myAccessDB
.
Public Sub delTbl()
Dim db As DAO.Database
Dim tdf As DAO.TableDef
Set db = CurrentDb
For Each...