print data on a sheet subform

  • Thread starter Thread starter TNL
  • Start date Start date
T

TNL

Hi,

I have a subform on a main form, the subform is in datasheet (grid).
Now I want to implement a function, that print only all data on the grid, as
when I have a datasheet and I click "print" (not together with the controls
on the main form).
is it possible. How?

Thanks
TNL
 
Yes. Use the recordsource of the subform for the recordsource of the report.
then just create a button on the main form to open the report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top