H
http://www.visual-basic-data-mining.net/forum
Hi its Jasu, i need help
i have earlier on connected vb 6 with ms access but using the same code on
setting the database and the recordset i cannot connect the databse with vb
6
it brings a error of unrecognised format wen i run the form.
i am using commmand buttons for next previous ie to movewithin the records,
as the user of the system would like that design.
here is wat i had used earlier.
i have declared the variables
Private Sub Form_Load()
'To open the Database
Set db = OpenDatabase("C:\Computers.mdb")
Set c = db.OpenRecordset("Client")
c.MoveLast
pls reply to this i need to complete this as sun as 20th oct 2004
thank you.
jasu
i have earlier on connected vb 6 with ms access but using the same code on
setting the database and the recordset i cannot connect the databse with vb
6
it brings a error of unrecognised format wen i run the form.
i am using commmand buttons for next previous ie to movewithin the records,
as the user of the system would like that design.
here is wat i had used earlier.
i have declared the variables
Private Sub Form_Load()
'To open the Database
Set db = OpenDatabase("C:\Computers.mdb")
Set c = db.OpenRecordset("Client")
c.MoveLast
pls reply to this i need to complete this as sun as 20th oct 2004
thank you.
jasu