Running Access 97. DoCmd.Openquery "some query name" is failing with an error message 7478 "Couldn't find object" The query does exist and it is spelled correctly. This line of code fails intermittently. The failure seems to be centered around the amount of rows in my tables. Some of my tables have 100,000's or rows. If I reduce the amount of data my modules all run correctly.<br><br>It strikes me that this is a pointer problem or something related because the error occurs when the rows increase. Does access have memory management problems associated with huge volumes of data? Has anyone come across a solution to this?<br><br>Thanks for any help - Jim