I might not be doing this exactly right, because I'm still getting no results.
Here is my SQL:
SELECT [tbl occurance input].ID, [tbl occurance input].Date, [tbl occurance input].EID, [tbl eidandname].[First Name], [tbl eidandname].[Last Name], Format([Date],"m/yy") AS Expr1
FROM [tbl...