Forum Discussion
Strange Behaviour - Renaming forms
Hi, can anyone explain why this is happening?
When I right click and try to rename the form it momentarily allows for the renaming, then quickly doesnt
4 Replies
- AccessVandalCopper ContributorI did encounter one on Table. Renaming Column/Field would not work. Had to use VBA code.
Do you have this problem as well? So far no issue with renaming Form. Hi,
It looks like the typical behavior when a timer is running. Do you have one turned on in the application?
Servus
Karl
****************
Access Bug Trackers
Access News
Access DevCon- Inkbird01Copper Contributor
Karl_Donaubauer thanks but I have searched the project for 'Clock' or 'Timer' but nothing was found.
Are there any other debugging/search you can recommend to see what is causing the issue?Hi,
> I have searched the project for 'Clock' or 'Timer' but nothing was found.
Does "project" mean "VBA project", i.e. that you have searched for "Timer" in the complete VBA code? If a timer is active, you should find it with this method.
For another simple test start the database with holding down the Shift key, so that no form/procedure/macro starts. Does the renaming problem still occur in this situation?
Servus
Karl
****************
Access Bug Trackers
Access News
Access DevCon