Binding forms to recordsets
Recordset In VBA – PT3
In this video we are talking about how to use MS Access form and bind in to a recordset In VBA. We talk about how to navigate the recordset. Here is an image of the way the process of the recordset’s methods work: Here’s the video: Option Compare Database Dim m_rst As Recordset Private Sub […]