View Full Version : Dynamic Label for report


muhammadrq
01-18-2008, 03:29 AM
HI,
I have one report, and Im calling it from two different button from my form,
what I want is, when I click button A, it give me label says YOU have pressed Button A and if I press B it will display that you have pressed Button B.

Im using Text field as Label....

ANY HELP....
cheers

KenHigg
01-18-2008, 03:38 AM
I think you can use the openargs attribute of the docmd.openreport action...

???

muhammadrq
01-18-2008, 05:35 AM
can you explain a lil bit more plz

KenHigg
01-18-2008, 05:41 AM
See if this helps...

muhammadrq
01-18-2008, 05:52 AM
thank you..