Hi,
I have a procedure which generates a recordset in code. Currently I copy the recordset to a temporary table and use docmd.opentable to display the table. Is there a better way of doing it rather than creating the temporary table? Can I just display a recordset in a datasheet view?
Thanks
I have a procedure which generates a recordset in code. Currently I copy the recordset to a temporary table and use docmd.opentable to display the table. Is there a better way of doing it rather than creating the temporary table? Can I just display a recordset in a datasheet view?
Thanks