hi guys, i have an asp app i'm trying to write. i have 4 tables. Categories, Products, Jobs and Orders. i enter a job, then i go to the categories, choose the category i want, that takes me to the products in whatever category i chose. From here i can enter an amount, for instance 7 juju beans. this takes me to a page that inserts the info into my database and displays what's in the database for that particular job. Ok, here's the problem. (by the way, everything is stored in the Orders table so this is the one i'm pulling data from to display on this last page.) I have a foreign key in the orders table from the products table (ProductID) how would i display the manufacturer (a field in my Products table that contains the manufacturers name) instead of the ProductID number? TIA