Hi, i hv a application running fine in Access97. After convert it to .accdb in Access2007, i print report and there's the error message "The MS Access database engine could not find the object "tblABC" , make sure the spelling is correct..." And the debug line show DoCmd.OpenRepor t "rptABC", acNormal, "tblABC"
Can anyone tell me what's wrong in the syntax? The table tblABC do exist and no problem in Access97. Thanks!!
Can anyone tell me what's wrong in the syntax? The table tblABC do exist and no problem in Access97. Thanks!!
Comment