
DAO Recordset Temporaly storing
I have 3 Textfields ---> txt_name txt_city txt_number and
I have a Button ---> "Save" as btn_save..
I want store user inputs in a DAO Recordset temporaly, because
i want work with the data and on the end i will save it in
a table.
How i can store the data temporaly in the Recordset?