December 4, 200619 yr Newbies 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...
December 5, 200619 yr 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.
Create an account or sign in to comment