Narrow removed all until I have the below query, but still showing duplicates, all other eliminations seems to create problems.
SELECT [BaseStreet] AS street1, [TowardStreet] AS street2, [Date], [MidBlock]
FROM accidents;
UNION ALL select TowardStreet, BaseStreet, Date, MidBlock
from accidents...