I have a form that is continously growing.
I created a button to print the current data or any data I want (Current Screen)
How can I print the current page by using docmd.printout, below is the action I placed.
Private Sub Command70_Click()
DoCmd.PrintOut , 1, 1, , 1, NO
End Sub
Hope you can enlighten me on this.
Trident