gazsharpe101
Registered User.
- Local time
- Today, 03:59
- Joined
- Oct 23, 2007
- Messages
- 47
Hi everyone,
On a report that I am running, the user enters some parameters before the report is displayed, and dependant on their answers (y/n), content on one of the pages will/will not need to be displayed.
I have a text box that stores their parameter input so is there some way that I can say:
If Me.txtParameter = "y" Then
If Me.Page=4 Then
Me.Print=False
End If
End If
I know it isn't that easy but you can see my logic I hope.
Also is there any way to justify the text within a textbox on a report?
Thanks.
Gareth.
On a report that I am running, the user enters some parameters before the report is displayed, and dependant on their answers (y/n), content on one of the pages will/will not need to be displayed.
I have a text box that stores their parameter input so is there some way that I can say:
If Me.txtParameter = "y" Then
If Me.Page=4 Then
Me.Print=False
End If
End If
I know it isn't that easy but you can see my logic I hope.
Also is there any way to justify the text within a textbox on a report?
Thanks.
Gareth.