
10-11-2002, 09:51 AM
|
 |
Senior Contributor
Retired Moderator * Expert *
|
|
Join Date: Jul 2000
Location: Toronto, Ontario, Canada
Posts: 1,410
|
|
|
you can use the SELECT statement if you don't have a recordset already open
SELECT * FROM some_table WHERE name = 'Regan'
other than that, you'll need to be more specific as to what type of data access you're using. Since ADO and DAO use slightly different methods of searching when it comes to open recordsets.
good luck,
Regan
|
__________________
winsock siteHERE||EliteVBHERE||C++ & VB Markup UtilityHERE
|