Hi,
I need some assistance or ideas on ho to group data when inserting to a MS SQL table.
I currently have a continuous form that an "overview" of my inventory including vendor details, stock levels and sales history.
I now need to create a routine that allows the creation of purchase orders directly from the continuous form. Example, when a user selects item 1234 to be ordered from vendor 1, but at the same time selects item 1222 to be order from vendor 2, I need to create a purchase order for each vendor and all items selected to be purchased.
My question is, how do I group item and vendor and then insert/create a separate purchase order for each vendor? Each purchase order might have multiple items on it.
I need some assistance or ideas on ho to group data when inserting to a MS SQL table.
I currently have a continuous form that an "overview" of my inventory including vendor details, stock levels and sales history.
I now need to create a routine that allows the creation of purchase orders directly from the continuous form. Example, when a user selects item 1234 to be ordered from vendor 1, but at the same time selects item 1222 to be order from vendor 2, I need to create a purchase order for each vendor and all items selected to be purchased.
My question is, how do I group item and vendor and then insert/create a separate purchase order for each vendor? Each purchase order might have multiple items on it.
Comment