G
Gregg
I am trying to execute a query on a table then return the
results of that query into another table.
My big problem is this, I'm building an order table from
information out of several tables, then I gather threw a
query several products from a Products table.
And now need to add an order with a product into the order
table.
How do I read all the products from my query and then
place them into the order table with my original order
order information for each product line.
Example:
Requestor information + Shipping information = Order
Information.
15 Products also ordered. Gathered from the query.
Order Information + Product gathered by query. 15 times.
Any help is greatly appreciated.
Gregg.
results of that query into another table.
My big problem is this, I'm building an order table from
information out of several tables, then I gather threw a
query several products from a Products table.
And now need to add an order with a product into the order
table.
How do I read all the products from my query and then
place them into the order table with my original order
order information for each product line.
Example:
Requestor information + Shipping information = Order
Information.
15 Products also ordered. Gathered from the query.
Order Information + Product gathered by query. 15 times.
Any help is greatly appreciated.
Gregg.