harshad_agashe
Feb 27th, 2001, 04:34 AM
I have a form which has a DBGrid related to a Data Control accessing Access table.
I have a DLL with a function for search records.
I need to pass the recordset of datacontrol to search function. Requery the recordset and refresh the DBGrid with records satisfying the
criteria.
To give you a clear picture, the form is used to search tel no extensions. The user will enter name like 'Ja' .So Grid should all names
starting with JA.
VB version - 5.0 OS - WinNT 4
I have a DLL with a function for search records.
I need to pass the recordset of datacontrol to search function. Requery the recordset and refresh the DBGrid with records satisfying the
criteria.
To give you a clear picture, the form is used to search tel no extensions. The user will enter name like 'Ja' .So Grid should all names
starting with JA.
VB version - 5.0 OS - WinNT 4