November 6, 200421 yr I just want to enter text in Field A of Record A, and have it appear in Field B of record B... I have tried and tried, but I just can't grasp this:(
November 6, 200421 yr Assuming you have a relationship between File2 and File1 (perhaps Field_fk in File2 = Field_pk in File1), you could make FieldB a calculated field such that Case ( RecordID = RecordB ; File1::FieldA ) (You would probably have multiple Case statements, I would imagine.)
Create an account or sign in to comment