View Single Post
  #2  
Old May 6th, 2010, 11:17 PM posted to microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Trying to print current record

Victor wrote:

I have a form that I created a button (that activates a macro) to print the
current record (so I thought).
Here is the action:
Report Name: DOA Record Report
View: Report
Filter Name: ------
Where Condition: [ID1]=[Forms]![App 1]![ID1]
Window Mode: Normal

ID1 is the primary key on the form
App 1 is the name of the form.

I would have just used the PRINT RECORD button that's built in, but that's
another problem (error popups).



I seriously doubt that you want to use Report view, try
changing it to Preview.

You may have another problem somewhere else (in the report?)
thats causing whatever makes you think the report is not
doing anything.

--
Marsh
MVP [MS Access]