Re: Add ONE variable word to report header
- From: "Ann Scharpf via AccessMonster.com" <u16643@uwe>
- Date: Mon, 13 Mar 2006 17:21:39 GMT
Thanks SO much, Marshall! This works like a gem, even on my "problem child"
report. This is EXACTLY what I was hoping to do, because it is easier than
requiring the user to type or paste the word "revision" four separate times
for the four reports.
Thanks for sticking with me till I got it.
Ann
Marshall Barton wrote:
="Report of whatever this is " & IIf(MsgBox("Is Revision",
4) = 6, "<Revision>", "")
The missing quote was between "Is Revision and the comma.
The reasons I suggested using the MsgBox instead of a prompt
string is because the Message box can be made to use Yes and
No buttons and because the user does not have to type
anything.
Ah, now that I look at things again (I was pretty tired on Friday afternoon)[quoted text clipped - 43 lines]
I see that I DIDN'T use your solution. I used the one I linked to in my 2nd
would need to use Klatuu's idea, which, except for your lack
of VBA skills, is better all the way around.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-reports/200603/1
.
- 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
- 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
- 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
- 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: Negative numbers and percentages
- Next by Date: Re: How to remove Blank Space in a report
- Previous by thread: Re: Add ONE variable word to report header
- Next by thread: Re: Add ONE variable word to report header
- Index(es):