Here is the query that is called from a button for the current record being viewed from the form.
SELECT TTLOG.[Log ID], TTLOG.Date, TTLOG.[First Name], TTLOG.[Last Name], TTLOG.[Title Name]
FROM TTLOG
WHERE (((TTLOG.[Log ID])=[Forms]![TTLOG]![Log ID]));
Macro: I have two actions, the first is select object - object type is query, object name is Current Log ID, in database window yes. The second action is: open report, report name TTLog3, View Print Preview, window mode Normal