Hi everyone,
i am stuck and need some advice or direction.
i have a web store that has about 1000 items in different catagories. i want to add a new catagory with 300 records. This new catagory is EXACTLY like one of my existing catagories with just one exception.
Currently, I must input each record in the database for this new catagory manually. that is a slow process!!!!
What i would like to be able to do is build a query to select all the records in the existing catagory that matches 95% of what i need. make a change to one column, and insert this "new" recordset back into the products table. this would certainly be a whole bunch easier than manually inputing each new record.
i can build select queries with no problem. but... i have no idea how to accomplish select, change, insert at the same time.
any ideas? hope i have not made this confusing.
Have A Great Day!!!,
Nathan
Software Testing Lead
i am stuck and need some advice or direction.
i have a web store that has about 1000 items in different catagories. i want to add a new catagory with 300 records. This new catagory is EXACTLY like one of my existing catagories with just one exception.
Currently, I must input each record in the database for this new catagory manually. that is a slow process!!!!
What i would like to be able to do is build a query to select all the records in the existing catagory that matches 95% of what i need. make a change to one column, and insert this "new" recordset back into the products table. this would certainly be a whole bunch easier than manually inputing each new record.
i can build select queries with no problem. but... i have no idea how to accomplish select, change, insert at the same time.
any ideas? hope i have not made this confusing.
Have A Great Day!!!,
Nathan
Software Testing Lead