Al:
Yes and no. Using ADO, you can load an XML file into a recordset. You can
then set the reports record source to that recordset. The problem however
is that through Access 2003, if you set a report to a recordset, you can't
use grouping and sorting (because the report is "late bound"). Otherwise to
simply output the raw data, yes, load the XML file using ADO into a
recordset and set the reports record source to be = to that recordset.