|
cdrees -> Display results from four tables (8/7/2007 17:02:54)
|
Hey all, Quick question... I have a results form that has a main table (audit) and three other tables that contain model number, requestor and status. Each of those tables has a table_id, which corresponds to the table_id in the audit table. In other words, the audit table has: audit_inv_id audit_srvNAme audit_status_ID audit_date audit_modelID audit_reqID action The requestor table has: req_id req_lastname req_firstname etc., etc.. In my main form I want to display Server Name - Status - Model - Date - Requestor - Action =============================================== Name 1 6 7/7/2007 3 Inserted So basically, the actual records in the audit table contain just ID for status, model, etc. The labels (or names) for what they mean live in their respective table. I want to lookup the value of each, and return those values in my form. For whatever reason, I not quite getting it to work... I'm using Dreamweaver, ASP and SQL 2000 with IIS 6.0. Thanks! Any help would be appreciated!! Regards, Christopher Rees President, Palaestra Training www.palaestratraining.com 1-800-324-0946
|
|
|
|