hI, would you like to help my problem, I'm a new programmer and I had encounter an error in my new program.
Compile Error : Method or data member not found
I'm using vb6 and my database is access.
Here's my code that i'm using
Attached is the screenshot of error using vb6.
[IMGNOTHUMB]http://bytes.com/attachments/attachment/8070d1417459161/bse1.jpg[/IMGNOTHUMB]
Appreciate if you could help me.
Thanks,
Mark
Compile Error : Method or data member not found
I'm using vb6 and my database is access.
Here's my code that i'm using
Code:
Private Sub Form_Load() BSE1.InitSubClassing con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Invdata.mdb;Persist Security Info=False" End Sub
[IMGNOTHUMB]http://bytes.com/attachments/attachment/8070d1417459161/bse1.jpg[/IMGNOTHUMB]
Appreciate if you could help me.
Thanks,
Mark
Comment