I can't rename an Access table from the Navigation Pane. When I right-click, the edit window opens for about 2 seconds showing the table name with a highlighted background and the rest of the little window is white indicating that I can now type in a new name.

When I take my hand off the mouse, however, to enter in the new name, the table name window turns solid again and the mouse cursor has jumped to a different table.

If I go to another machine in my area that has Access 2003 on it, I can use the right click popup menu to do table renames without any issue.

This happens across the board with all Access databases (of the 2007 variety).

It isn't a real show stopper as I can programmatically alter the table name with DoCmd.Rename NewTableName, acTable, OldTableName - but it is something of a curiousity factor.

I have swapped out the mouse...same thing happened.

I moved my mouse to the machine with Access 2003 on it, and had no problems do table renames.

Has anyone encountered this before?