pkozicki Posted November 6, 2004 Posted November 6, 2004 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:(
transpower Posted November 6, 2004 Posted November 6, 2004 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.)
Recommended Posts
This topic is 7323 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now