BigJimSlade
Registered User.
- Local time
- Today, 18:28
- Joined
- Oct 11, 2000
- Messages
- 173
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 mode when I step through it?
Any thoughts?
Thanks in advance!
Big Jim
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 mode when I step through it?
Any thoughts?
Thanks in advance!
Big Jim
Last edited: