quote:
Originally posted by Ocean West:
Make the picture field a calculation, related to the orignal file.
File A:
Sales Person ID
Name
Picture (Container)
File B:
Sales Person ID
Name
Picture (calculation:
Sales::Picture
Relationship in file B:
Sales:
Sales Person ID = Sales Person ID (in file A)
Or you can use last name, but i wuld recommend you have a unique number, Last name would assume that only one Jones or one Simth could ever be in your File A database. Other wise you would end up with John's picutre on Marry's record. Which I am sure she would not appreciate.
The other way is to have a script that does a Set Field which would use the same relationship as above.
Hope that helps.
I appreciate your help. In the meantime, I discovered that if I entered each picture into the database as a "Global" field, and then created one "Picture" container field that used calculations to reference the individual salesperson's picture (Sales Last = "Jones", JonesPic, Sales Last="Smith", SmithPic, etc.) that it worked fine. What an amazing program FM5.0 is!! Again, thanks.