C
Curtis Stevens
I have a button on a form and when I click it, I want it to execute some
coding. I'm using some code that prints and converts a report to PDF and
then does something with that PDF. My question is how do you reference a
field on that report being used, or a field in the query that runs the
report. Usually, when refenrencing something on the form, I use
Me.NAMEOFFIELD, but I'm trying to reference a field in a report / or field in
the query the report uses.
Any help?
Thanks
Curtis
coding. I'm using some code that prints and converts a report to PDF and
then does something with that PDF. My question is how do you reference a
field on that report being used, or a field in the query that runs the
report. Usually, when refenrencing something on the form, I use
Me.NAMEOFFIELD, but I'm trying to reference a field in a report / or field in
the query the report uses.
Any help?
Thanks
Curtis