B
Brad
Thanks for taking the time to read my question.
I would like to create a recordset that is just a
recordset. I don't want to base it off of a table or a
query. I just want to save a few values for a very short
period of time, and then be able to look them up when
needed.
So far all I know is
Dim dbs as Database, rst as Recordset, fld as field
I don't know if I need to Dim a TableDef or not.
All I need is one field in the recordset.
Thanks again,
Brad
I would like to create a recordset that is just a
recordset. I don't want to base it off of a table or a
query. I just want to save a few values for a very short
period of time, and then be able to look them up when
needed.
So far all I know is
Dim dbs as Database, rst as Recordset, fld as field
I don't know if I need to Dim a TableDef or not.
All I need is one field in the recordset.
Thanks again,
Brad