My code is this:
VB Code:
  1. Private Sub Form_Load()
  2.    Dim Db As Database
  3.    Set Db = OpenDatabase(App.Path & "\Stilo DB.mdb")
  4. End Sub
I got This error:
Unrecognized Database format
What is the problem?
(I got MS Access 2002 XP)