For VB6. The following 2 lines of code Set dbMailList = OpenDatabase("c:\familyml", vbFalse, vbFalse, "dbase IV")
Set rsMailList = dbMailList.OpenRecordset("Familyml", dbOpenTable, 0) gives me a "Run-Time Error '3274' External Table isn't in expected format The error occurs on the line of...