open a recordset using ado or dao and send the result to a report.
I tried using .name property but it doesnt accpet more than 80 characters
this doesnt work with my big query having lots of join
I tried using .name property but it doesnt accpet more than 80 characters
Code:
Report_open_event me.recordsource = rs5.name end
Comment