bigmac Posted January 12, 2008 Posted January 12, 2008 (edited) Im managing a product list table 1) partnumber, price table 2) partnumber, price Main table) Partnumber, description, price etc In my main table, i create a relationship between partnumbers table 1 & 2, and I use auto lookup according to... oops, can only choose one of the to relationships. How can I relate to both of them and make the price from both tables end up in my main table price column? A note: there are no price duplicates between table 1 & 2 Edited January 12, 2008 by Guest
comment Posted January 12, 2008 Posted January 12, 2008 The easiest way would be to combine the two price lists into one, of course. If for some reason (?) you must keep them separate, change the lookup into an auto-entered calculation, e.g. Lookup ( Table1::Price ; Lookup ( Table2::Price ) )
Recommended Posts
This topic is 6218 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