can anybody tell me how to do import data using msaccess table which is protected by password
example of Access database with a table without a password
'Access database with a table
szconn = objApp.Path & "\Samples\Clients.mdb!Addressestable"
Set oDS = objApp.ActiveMap.DataSets.ImportData(szconn, , geoCountryUnitedStates, , geoImportAccessTable)
i want an example of Access database with a table with a password
geethesh