Re: Add ONE variable word to report header
- From: Marshall Barton <marshbarton@xxxxxxxxxx>
- Date: Fri, 10 Mar 2006 12:33:00 -0600
Ann Scharpf via AccessMonster.com wrote:
Now is around the time when I start to fear I'm trying my advisor's patience.
I tried to do what you said and the report still won't open, except in design
mode. This is what I now have in my Open Event:
Private Sub Report_Open(Cancel As Integer)
If MgbBox("Is This A Revision", vbQuestion + vbYesNo) = vbYes Then
Me.Label4.Caption = Me.Label4.Caption & " Revision"
End If
End Sub
Does the report open correctly if you remove those three
lines?
--
Marsh
MVP [MS Access]
.
- Follow-Ups:
- Re: Add ONE variable word to report header
- From: Ann Scharpf via AccessMonster.com
- 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
- Add ONE variable word to report header
- Prev by Date: Re: altering vertical line based upon height of another control
- Next by Date: Re: report preview different than printout when calculating totals
- 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
|