Re: Add ONE variable word to report header
- From: "Ann Scharpf via AccessMonster.com" <u16643@uwe>
- Date: Fri, 10 Mar 2006 20:00:15 GMT
If I understand correctly, you are asking whether the report opened
successfully before I added these lines to the open event:
Private Sub Report_Open(Cancel As Integer)
If MgbBox("Is This A Revision", vbQuestion + vbYesNo) = vbYes Then
Me.txtReportTitle.Caption = Me.txtReportTitle.Caption & " Revision"
End If
End Sub
And the answer is, yes, it did.
Marshall Barton wrote:
Now is around the time when I start to fear I'm trying my advisor's patience.[quoted text clipped - 5 lines]
I tried to do what you said and the report still won't open, except in design
End If
End Sub
Does the report open correctly if you remove those three
lines?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-reports/200603/1
.
- Follow-Ups:
- Re: Add ONE variable word to report header
- From: Marshall Barton
- Re: Add ONE variable word to report header
- References:
- Add ONE variable word to report header
- From: Ann Scharpf via AccessMonster.com
- RE: Add ONE variable word to report header
- From: Ann Scharpf via AccessMonster.com
- RE: Add ONE variable word to report header
- From: Ann Scharpf via AccessMonster.com
- Re: Add ONE variable word to report header
- From: Marshall Barton
- Add ONE variable word to report header
- Prev by Date: Re: ms access print multiple Report pages per single output page
- Next by Date: Re: Report page margins
- Previous by thread: Re: Add ONE variable word to report header
- Next by thread: Re: Add ONE variable word to report header
- Index(es):
Relevant Pages
|