Forum Discussion
- ChrisChrisQrew Assistant CaptainHi Dana,
You indicate that you're importing new data, and are also importing into "Related Parent". Since it's lookup fields that are not populating, perhaps those parent records do not exist yet(?) See if the Related Parent ID # is the Record ID# in the parent table.- DanaDanaQrew CadetThey do exist, the links work and are tied back to the parent perfectly. If I edit the child record by manually selecting the parent, it will populate the lookup field.
- ChrisChrisQrew Assistant CaptainIf you have the Related Parent ID# and its proxy field both on your child form, that may be the culprit. Try having only one or the other but not both on the child form.
- _anomDiebolt_Qrew EliteI am not certain (1) how you are importing your data or (2) where a lookup field "is not populating" but what you might do is run a query after the import to display those records where [Date Modified] is equal to today (include the lookup and related parent fields in the query). Then check if this cures the problem and let us know.
- DanaDanaQrew CadetI realized what I did wrong. I have 3 parent-children relationships setup like this in one form so I have all 3 lookups rolling up into one field by using the dynamic form rules. It was a limitation of that rule that was causing the error. I got rid of that and used a formula instead. All of my lookups are pulling properly. I apologize for the confusion!