Hi, Big Jim here:
I am receiving the 3011 error (could not find table error) when I attempt to run this code:
Docmd.Rename [New Table Name], acTable, [Old Table Name]
However, in break mode, if I step through it, it works. Why would this not work in regular run-time, but it will work in break...