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
Code:
Private Sub Form_Load()
  BSE1.InitSubClassing
  con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Invdata.mdb;Persist
...