Latest version: 19 February 2026
It is assumed that:
The MapMate Schedules database details the scheduled species in the British Isles, including those listed under the Wildlife & Countryside Act, 1981 and the UK Biodiversity Action Plan.
Please address any questions or support issues via the MapMate Users Facebook group (preferred) or via email to Les Evans-Hill.
The only issue is the queries that call the Schedules database do not work - the queries point to C:\Documents and Settings\Dad\My Documents\My MapMate\Data\Taxa\Schedules.mdb which fails, and affects the following stock queries under 'Species lists':
However, there is a workaround...
Firstly, confirm your USERNAME:
Create new user subqueries for your schedules of interest: 'BAPP', 'RDBLichens', 'WCA' and/or 'WONI'.
Copy and paste the query below into the new BAPP subquery, change {USERNAME} to your Windows username , and save it:
SELECT BAPP.[_guk] AS guk, * FROM BAPP IN 'C:\Users\{USERNAME}\OneDrive\Documents\My MapMate\Data\Taxa\Schedules.mdb';
Copy and paste the following query below and overwrite the stock query Scheduled Species - BAP Priority Species, and save it:
SELECT TaxaLib.[_guk], TaxaLib.Taxon AS Taxon, TaxaLib.Vernacular AS [Common Name], [C\BAPP].Schedule AS Schedule, TaxaLib_2.Taxon & ': ' & TaxaLib_1.Taxon AS Classification, TaxaLib_2.Vernacular AS [Group Name] FROM ((TaxaLib INNER JOIN TaxaLib AS TaxaLib_1 ON TaxaLib.[**Parent] = TaxaLib_1.[_guk]) INNER JOIN TaxaLib AS TaxaLib_2 ON TaxaLib_1.[**Parent] = TaxaLib_2.[_guk]) INNER JOIN [C\BAPP] ON TaxaLib.[_guk] = [C\BAPP].[guk];
Copy and paste the query below into the new RDBLichens subquery, change {USERNAME} to your Windows username, and save it:
SELECT RDBLichens.[_guk] AS guk, * FROM RDBLichens IN 'C:\Users\{USERNAME}\OneDrive\Documents\My MapMate\Data\Taxa\Schedules.mdb';
Copy and paste the following query below and overwrite the stock query Scheduled Species - RDB and Nationally Scarce Lichens, and save it:
SELECT TaxaLib.[_guk], TaxaLib.Taxon AS Taxon, TaxaLib.Vernacular AS [Common Name], [C\RDBLichens].Schedule AS Schedule, TaxaLib_2.Taxon & ': ' & TaxaLib_1.Taxon AS Classification, TaxaLib_2.Vernacular AS [Group Name] FROM ((TaxaLib INNER JOIN TaxaLib AS TaxaLib_1 ON TaxaLib.[**Parent] = TaxaLib_1.[_guk]) INNER JOIN TaxaLib AS TaxaLib_2 ON TaxaLib_1.[**Parent] = TaxaLib_2.[_guk]) INNER JOIN [C\RDBLichens] ON TaxaLib.[_guk] = [C\RDBLichens].[guk];
Copy and paste the query below into the new WCA subquery, change {USERNAME} to your Windows username, and save it:
SELECT WCA.[_guk] AS guk, * FROM WCA IN 'C:\Users\{USERNAME}\OneDrive\Documents\My MapMate\Data\Taxa\Schedules.mdb';
Copy and paste the following query below and overwrite the stock query Scheduled Species - Wildlife and Countryside Act, and save it:
SELECT TaxaLib.[_guk], TaxaLib.Taxon AS Taxon, TaxaLib.Vernacular AS [Common Name], [C\WCA].Schedule AS Schedule, TaxaLib_2.Taxon & ': ' & TaxaLib_1.Taxon AS Classification, TaxaLib_2.Vernacular AS [Group Name] FROM ((TaxaLib INNER JOIN TaxaLib AS TaxaLib_1 ON TaxaLib.[**Parent] = TaxaLib_1.[_guk]) INNER JOIN TaxaLib AS TaxaLib_2 ON TaxaLib_1.[**Parent] = TaxaLib_2.[_guk]) INNER JOIN [C\WCA] ON TaxaLib.[_guk] = [C\WCA].[guk];
Copy and paste the query below into the new WONI subquery, change {USERNAME} to your Windows username, and save it:
SELECT WONI.[_guk] AS guk, * FROM WONI IN 'C:\Users\{USERNAME}\OneDrive\Documents\My MapMate\Data\Taxa\Schedules.mdb';
Copy and paste the following query below and overwrite the stock query Scheduled Species - Wildlife Order (Northern Ireland), and save it:
SELECT TaxaLib.[_guk], TaxaLib.Taxon AS Taxon, TaxaLib.Vernacular AS [Common Name], [C\WONI].Schedule AS Schedule, TaxaLib_2.Taxon & ': ' & TaxaLib_1.Taxon AS Classification, TaxaLib_2.Vernacular AS [Group Name] FROM ((TaxaLib INNER JOIN TaxaLib AS TaxaLib_1 ON TaxaLib.[**Parent] = TaxaLib_1.[_guk]) INNER JOIN TaxaLib AS TaxaLib_2 ON TaxaLib_1.[**Parent] = TaxaLib_2.[_guk]) INNER JOIN [C\WONI] ON TaxaLib.[_guk] = [C\WONI].[guk];
By clicking the download link below, you agree to the following terms and conditions:
If you do not agree with these terms, do not proceed with the download.
Your My MapMate folder will be located in either:
Latest version

Download
Schedules v1 (19 February 2026)
Depending on how your Windows File Explorer is configured, you may or may not see the .MDB filename extension.
If you can see the .MDB extension:
If you cannot see the .MDB extension:
If you can see the .MDB extension:
If you cannot see the .MDB extension: