Frink1234 Posted February 23, 2005 Posted February 23, 2005 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.
aaa Posted February 23, 2005 Posted February 23, 2005 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)
Frink1234 Posted February 23, 2005 Author Posted February 23, 2005 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.
Frink1234 Posted February 23, 2005 Author Posted February 23, 2005 Ok, I figured-out how to do it using a portal.
Recommended Posts
This topic is 7214 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