I want to create a temp recordset to hold short term data. After completion of all input, the data will be manipulated and the results written out to 2 tables. The original recordset can then be deleted.
I realise I could do this by writing to a table and then deleting the table contents, but I hope to learn something new on the way.
Can someone write me the basic syntax for setting up the temp recordset. Writing to it and manipulating the data I think I can do.
Thanks in advance