Upvote:1
I have now downloaded the CLIWOC15_2000.zip file, unzipped it to CLIWOC15_2000.mdb, and successfully opened it with MS-ACCESS 2016 by holding SHIFT down while doing so (This disables any startup macros.) I then declined the option of enabling active content.
The following query
SELECT
ShipName,
ShipType,
VoyageIni,
VoyageFrom,
VoyageTo,
Company,
Nationality,
Name1, Rank1,
Name2, Rank2
,count(*) as Records
FROM CLIWOC15
WHERE ( VoyageFrom Like "HALIFAX*"
OR VoyageTo Like "HALIFAX*"
)
AND Year BETWEEN 1792 and 1798
GROUP BY
ShipName,
ShipType,
VoyageIni,
VoyageFrom,
VoyageTo,
Company,
Nationality,
Name1, Rank1,
Name2, Rank2
ORDER BY
ShipName,
ShipType,
VoyageIni
;
(where Year is that of the log entry) then returns these five Royal Navy voyages: