V
Vacation's Over
I have a database with one table which is related to 5 other tables
ie. field productid in main table ties to product table with all details on
that product
question is how do i structure SQL code to return productname from product
table instead of productid from main table.
In one query I would do this to all 5 fields returning names instead of id
Thanks
ie. field productid in main table ties to product table with all details on
that product
question is how do i structure SQL code to return productname from product
table instead of productid from main table.
In one query I would do this to all 5 fields returning names instead of id
Thanks