I've created a DB that works with Microsoft MapPoint. Here is part of my code:



zDataSource = strFilePath & "!tblWellAData"
Set objDataSets = objMap.DataSets
Set objDataSetA = objDataSets.ImportData(zDataSource)

This works perfectly on my computer.

On my test machine, which I'm using the runtime version of Access, I receive the following error on the third line of code listed above, Cannot connect with the specified DataSourcMoniker.

Any suggestions?