February 23, 200520 yr I know this should be really easy but my brain is getting in the way and I'm stuck. I've got a pop-up list of names which are from a name field in a related table which contains both the names and addresses. I want to pick a name from the pop-up list and have the address field on the current layout populated with that from the other table.
February 23, 200520 yr You can see adress using your relation as: A::Adress. Relation A must creating on Name field(or better Name_Id, because there may be few same names). Other way is to create lookup field on the same relation)
February 23, 200520 yr Author I do have a field Name_id and I have related that to the other table but the address still does not change when I choose a different name in the pop-up list. I'm not sure what I'm missing.
Create an account or sign in to comment