G
Guest
Hi!
I have a table for which I've declared a recordset as follows:
Dim rst As Object
This is the main table I will be adding record to in my code. I have another
recordset which is used for lookups. It is declared as follows:
Dim rst2 As DAO.Recordset
Why are these different types? I'm still somewhat a newbie. A lot of what
I've accomplished in this app is attributed to help on this forum. These
would have been recommended by different people at different times. The app
works, I'm just trying to understand a little better.
I have a table for which I've declared a recordset as follows:
Dim rst As Object
This is the main table I will be adding record to in my code. I have another
recordset which is used for lookups. It is declared as follows:
Dim rst2 As DAO.Recordset
Why are these different types? I'm still somewhat a newbie. A lot of what
I've accomplished in this app is attributed to help on this forum. These
would have been recommended by different people at different times. The app
works, I'm just trying to understand a little better.