My button runs a query that finds a random record from my table (the code is below). But when I press the button to run it, the query opens and doesn't display my data in the form.
SELECT TOP 1 [>75 employees].*
FROM [>75 employees]
ORDER BY Rnd([id]);