access 07 Report Prints Form first time instead of Report. If I print again it prints Report fine from then on. Using a macro to call the query, and don't think its the query since it only happens the first time. Didn't find anyone with similar issue
The query is used to show the current record, it does open a report and looks fine, however when I print the very first time with the report open it prints what the form looks like, if I print again, it prints the report from then on.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.