I'm trying to importdata from an Access Table.
It works fine if I import every records.
But, before importing data, user has to enter few parameters (date, time, ...)
I'd like to import only records that fits in user's parameters
I've tried with a select in the database, put records into a text file and then importdata with geoDelimiterSemicolon (Set oDS = objMap.DataSets.ImportData(myfilename, , geoCountryCanada, geoDelimiterSemicolon, 1)).
My oDS dataset is always empty.
What's wrong?
Thanks