Paulsburbon
Registered User.
- Local time
- Today, 07:07
- Joined
- May 3, 2005
- Messages
- 65
I'm not sure how to phrase my question but I'll give it my best shot.
I have an order table with a details table. At some point a user must assign a vendor to each order detail in order to send out Purchase orders. I was thinking of using SQL insert statments to create the purchase order in it's table along with details but how do I program grouping if two or more items belong to the same vendor?
I usually have been using adodb.connection begin transaction to do updates of this sort but I've never had to look to see if there was a common value in the table.
I have an order table with a details table. At some point a user must assign a vendor to each order detail in order to send out Purchase orders. I was thinking of using SQL insert statments to create the purchase order in it's table along with details but how do I program grouping if two or more items belong to the same vendor?
I usually have been using adodb.connection begin transaction to do updates of this sort but I've never had to look to see if there was a common value in the table.