Hi Keizo..
rpt.RecordSource = "SELECT p.* FROM [" & Me.Product & "] p"
Set txtReportColumns = CreateReportControl(rpt.Name, acTextBox, , , "infr_itm_nm")
This one puts field infr_itm_nm on the report.
But what I want is to output all the fields of the table on the report, so should I do this...