|
Posted by NAJH on 05/18/07 16:03
Taking the Northwind database as an example,
I have an order table: 'Orders'
a order details table: 'Order Details'
and a products table: 'Products'
For reasons best ignored, I want to produce a query which has columns:
Orders.OrderID, Products
which has results like:
10248, 'Queso Cabrales, Singaporean Hokkien Fried Mee, Mozzarella di
Giovanni'
10249, 'Tofu, Manjimup Dried Apples'
________
so for those who don't really know what I'm on about and haven't got
access to northwind, I want the second cell to contain the returned
column of a second query (but in text format)
could anyone suggest a way this could be done? am I entering the land
of cursors?
Many thanks,
Neil
[Back to original message]
|