Now that I have converted my Access DB from 97 to 2000, I have run into yet another problem. It opens up and runs fine until certain VBA code is executed. It gives me this error, "Unrecognized database format C:\DB\Test\Data2000.mdb)", when it trys to execute this line of code,
Set mydb = OpenDatabase("C:\DB\Test\Data2000.mdb"
. Does anyone have any ideas??? Thanks.
Set mydb = OpenDatabase("C:\DB\Test\Data2000.mdb"