Link to home
Start Free TrialLog in
Avatar of mph23
mph23Flag for United States of America

asked on

Access 2010 report events

I am using Access 2010 to generate a report. The datasource for the report is a query.

One of the fields in the query contains XML data that I need to parse to extract some info I need to display on the report. The other fields in the query are just regular fields (no xml).

The report contains regular fields from the query and also extracted info from a xml parse function that I wrote.

What report event do I use to call the xml parse function so that I can extract and format the info for the report?

Or do I just call the xml parse function when I define the controlsource for that report text box?

I would appreciate some code samples so I can see the syntax.

Thanks
Avatar of Hamed Nasr
Hamed Nasr
Flag of Oman image

What about a field in the query that holds the returned value from the function?
SOLUTION
Avatar of mph23
mph23
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
To be clear, (and so other users can reference the exact solution)...
...is this the link to the post that solved your issue:
https://www.experts-exchange.com/questions/26439977/In-Access-2010-How-do-I-apply-a-vba-function-to-a-column-before-I-print-it-in-a-report.html?cid=1573#33572770
Avatar of mph23

ASKER

Found the answer in someone else's question.