View Single Post
  #2  
Old April 10th, 2010, 05:25 AM posted to microsoft.public.access.gettingstarted
Duane Hookom[_4_]
external usenet poster
 
Posts: 316
Default Printing a single record from a tab control subform

What makes you think your "Print" button should work? How did you create it?
Did you use the wizard? What is the code?


--
Duane Hookom
MS Access MVP


"forest8" wrote in message
...
Hi

I have created a Case Management Database of students. It consists of a
main
form
and a subform. The main form consists of information that must be seen at
all times. since it consists of information about each student.

The subform consists of a tab control. There is a different subject on
each
page of the tab contol, e.g. General Information, Current Student
Information, etc.

I need to print out the mainform and subforms so I created reports for
each
subform in my tab control.

I want to put a "Print" button on each page of my tabcontrol so that when
clicked, that specific report for that particular record is printed?

The thing is that my "Print" button does not work. That is, when I click
on
it, nothing happens.

How do I fix it so that it prints that report for that particular record?

Thank you for your help in advance.