L
|
larsonsc 4/17/2007 |
Hi, Can anyone tell me how can I change the values in the list page? i have a table called "Item Transaction" that has "transaction_id, item_id, customer_id, date, supplier_id" transaction_id is linked to a table called transactions that has "transaction_id, transaction_name" customer_id is linked to a table called customers that has "customer_id, customer_name" if i want to show the names of the transaction and customer instead of their IDs, what should I do? Thanks, Evan
SELECT `transactions`.`transaction_name`,
|