JPaulo
Developer
- Local time
- Today, 23:01
- Joined
- Dec 21, 2009
- Messages
- 185
Hi all;
I want to see the data from a text box in the report, but do not want to print.
Private Sub Report_Page ()
TextBox.Visible = False
End Sub
works for first page, for the following does not work.
ms access 2003
suggestions please ?
I want to see the data from a text box in the report, but do not want to print.
Private Sub Report_Page ()
TextBox.Visible = False
End Sub
works for first page, for the following does not work.
ms access 2003
suggestions please ?