NEAL - I'll call the form in question Form II. You access Form II by a command button on Form I. Upon accessing Form II, I want Form II's displayed record to match the record on Form I. (The field CustomerID is a common field on both forms, and the "link".) The forms are linked fine. (Form II displays the same CustomerID as FormI), I enter the data, I close the form, and when I go back into the record, the only field data that shows up is the Customer ID. (The CustomerID is from Form I, and I have the criteria:
[forms]![Site Information Form]![CustomerID]in the CustomerID field on the form query - To tell the form to pull this field's value's off of the main form) So - Why is this the only field I can see when I go back into the form? THANKS!!!