Jimmy wrote:
Quote:
I changed the name of a field in one of my tables (before you all scold me,
don't, I won't ever, ever, ever do it again!) and then changed all of the
references to it on the only form that uses that particular field.
You may have references that you don't see immediately, e.g control sources
in forms, conditional formatting etc.
Try this procedure, sometimes it works:
1. Give the field the original name in the table again.
2. In Tools - Options - General - Name AutoCorrect put a tick
against Track name AutoCorrect info and Perform name AutoCorrect.
3. Give the field the new name again. (This should modify all
references visible to Access automatically).
4. Modify references not visible to Access manually. This is
mainly in VBA code.
Another option would be to save the object (Application.SaveAsText) and
search with a text editor.
Peter Doering
--
No mails please.