|
-
Nov 18th, 2000, 10:07 AM
#1
Thread Starter
New Member
Hi!
I am accessing the access database with the use of declaring objects like
dim db as database and
dim rs as recordset and then i open the database using a query like 'select * from blah' my question is dat is there any way i can come to say 5th record after i run the search query for a particular record?
-
Nov 18th, 2000, 02:50 PM
#2
Addicted Member
try using the absolute position property
-
Nov 18th, 2000, 03:00 PM
#3
Thread Starter
New Member
Actually i tried it.Is there any way dat i can save the state of a table after a query is executed on it and return to dat state again after 2 or 3 queries have been executed through VB code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|