ieuuk Posted November 16, 2008 Share Posted November 16, 2008 Hi All, I'm wondering if someone can help me out here because i just cannot work out how you would go about doing this... let me explian. I have 3 tables in a database: companies, addresses, contacts. So one company can have many contacts and addresses. What i am trying to do is i have created a drop down box on my contact where i can select what address ID that contact is at... and what i want to be able to do is display the rest of the address details for that address ID but i just cannot work it out. Any advice is welcome. Thanks in advance, ieuuk Link to comment Share on other sites More sharing options...
comment Posted November 17, 2008 Share Posted November 17, 2008 You need to add a relationship between Contacts and a new occurrence of the Addresses table, matching on AddressID. Once you have that, you can place fields from this occurrence onto the contacts layout. Link to comment Share on other sites More sharing options...
ieuuk Posted November 17, 2008 Author Share Posted November 17, 2008 Thank you for the response... i think i must be missing something though. What i dont appear to be able to get is the address to change with the location ID... not quite sure where im going wrong. Any ideas? Thanks, ieuuk Link to comment Share on other sites More sharing options...
comment Posted November 17, 2008 Share Posted November 17, 2008 Hard to troubleshoot from here. You can post your file (or even better, a simplified demo) for us to take a look. Link to comment Share on other sites More sharing options...
ieuuk Posted November 17, 2008 Author Share Posted November 17, 2008 i've managed to get it to work between another 2 tables so i'll keep hacking away at it an let you know ) Thanks for you help so far! Link to comment Share on other sites More sharing options...
ieuuk Posted November 17, 2008 Author Share Posted November 17, 2008 hey, I managed to fix it - i had the relationship worng ) Thanks for all your help ieuuk Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5780 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