Newbies fokalfokal Posted December 4, 2006 Newbies Posted December 4, 2006 Hi everyone. I want to create a database that contains suppliers' name and location. After I choose desired supplier I want to see its inventory information such as product name, product code, price, discount rate etc. I want to create it similar to link list. If you are of assistance to me, I' ll be glad...
TheBigEye Posted December 5, 2006 Posted December 5, 2006 First you need 2 tables: one with suppliers info and another with the inventory info but this one needs a field that can relate it to the first table (supplier_id), then you need to create a relationship between this to tables using supplier_id as your field for the relationship. After that you can use a portal to show the information you want from that relationship.
Newbies fokalfokal Posted December 5, 2006 Author Newbies Posted December 5, 2006 thanks for everything....
Recommended Posts
This topic is 6910 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