fredfortsonsr
Registered User.
- Local time
- Today, 05:51
- Joined
- Apr 11, 2001
- Messages
- 15
I use the following code to define a recordset:
Set RstDewPoint = WorkDB.OpenRecordset("SELECT * FROM qryFindDewPoint ORDER BY [Zero Deg Point]", dbOpenDynaset)
I am not getting any errors. However, after looking for a way to open the recordset so I can view the records within, I am still at a loss.
Is it possible to open a recordset to verify that the command worked as expected?
Thanks
Fred
Set RstDewPoint = WorkDB.OpenRecordset("SELECT * FROM qryFindDewPoint ORDER BY [Zero Deg Point]", dbOpenDynaset)
I am not getting any errors. However, after looking for a way to open the recordset so I can view the records within, I am still at a loss.
Is it possible to open a recordset to verify that the command worked as expected?
Thanks
Fred