In a VB 6.0 application, I am trying to get the selected records from a table or query using the following method:
Public Function GetTableRecords(ap_Application As Access.Application, TableName As String, CurrentRow As Long, SelectedCount As Integer) As Object
Dim lobj_Table As Object...