Please help! I've been struggling for weeks!
I've tried a thousand ways to create a recordset and the closest i've got is receiving the error 'permission denied'. I say the closest because this would indicate that the coding is correct but something else has gone wrong?
Ideally i would like to return a list of postcode sectors within a 20 mile drivetime of a full postcode. However, at present i would be happy to return anything postcode related in a recordset.
From my searching, the most basic recordset should be possible from the below. This returns the 'Permission Denied' error.
Set objMap = objapp.ActiveMap
Set objDataSet = objMap.DataSets.GetDemographics(geoCountryUnitedKi ngdom)
Set rst = objDataSet.QueryAllRecords
Thanks for your help,
sugarflux