How can I bind a data control(in VB 6) to Access 2 and Access 97 (password protected) database?
I use the fallowing statement
DataCtl.databaseName = GB_Database (path and name of file.mdb)
What have I to change?
Can someone help me??