I see that no one has posted a reply....
At this point, I am seeing that things put in place months ago are becoming dysfunctional as I attempt to put new functions in place. In particular, I have a Master-Child form (Tests and Grades) where the Master is bound to a Test Parameters table delineating the Class Number and Test number for which student results are to be entered. The child is a Test Results sub form bound to the Test and Grades table with a combo box lookup to the Students Extended query which limits the students displayed on the drop down list to those with the same Class as in the control in the loaded Test and Grades Master form.
In attempting to use the same technique for an Evaluations Parameters (Master) and Evaluations Results (Child), the reference in the lookup query (again based on the Students Extended query) does not result in limiting the drop down list - all the students are listed. If I put a literal value for the Class to equal (eg., = "2015-1") for the class, it works OK. When I went back to look at the Test Parameters and Grades it now does not limit the drop down list either. In fact you will get a prompt before the form loads to enter the Class number referring to the field name that was put in the criteria in the lookup query.
I've read, among other things, that using the Auto Name Correct function can create problems. As indicated in the document attached to my original post on this thread, I have been experiencing field names being changed to expressions (followed by a colon then the table and field name). However, when that option is de-selected, the Object Dependencies function does not work. I use this to identify delete objects (usually forms) that were various versions I was working on.
What I am planning to do is start with a blank database, turn off the Field Name Auto Correct option, link to the back end tables, and copy all the needed objects from a previously properly functioning version.
I am also wondering if there is a software tool, such as FMS' Total Access Analyzer, that would be helpful.
Any advice would be greatly appreciated.