Reporting VBA
Hi, I am an experienced VBA user but new to Access reporting. I am trying to assign a recordset to a report that is the result of some coding work done on a query. I have been able to use this query, manipulate the data, and then assign it to a listbox, but I cannot do this to a report (by using the recordsource property). How do you assign data to a report that is not directly from a SQL query or existing table?
|