RAYMOND HJ
11-05-2000, 10:23 AM
Hallo Hi...
I'm having problem how to use Findfirst in order to locate recordset. My code as below:-
dim db as database
dim rs1 as recordset
dim strTitle as string
set db = workspaces(0)opendatabase("C:Biblio.mdb")
set rs1 = db.openrecordset("Titles",dbopentable)
strTitle = "123 Database Technique"
rs1.findfirst "Title = ' & strTitle & '" --- this line
won't work.
Please help me the syntax of using FINDFIRST as above.
Thank you....
I'm having problem how to use Findfirst in order to locate recordset. My code as below:-
dim db as database
dim rs1 as recordset
dim strTitle as string
set db = workspaces(0)opendatabase("C:Biblio.mdb")
set rs1 = db.openrecordset("Titles",dbopentable)
strTitle = "123 Database Technique"
rs1.findfirst "Title = ' & strTitle & '" --- this line
won't work.
Please help me the syntax of using FINDFIRST as above.
Thank you....