Well I figured it out. I took out the second block of code with my adoQuoteConfigsCustom. I added this SQL instead:
' Build sql to copy config to the new quote
sSQL = "INSERT INTO tbQuoteConfigs ( QuoteNum, ModelNum, Category, SubCategory, Description, Cost ) "
sSQL = sSQL & "SELECT " &...