using select into..
strTable = "itempricegroupTEMP"
'Delete the table if it exists
DoCmd.DeleteObject acTable, strTable
strSQL = "Select ID, [price group id], [item id], description, sortreference, units, cost, gross, disc INTO " & strTable & " FROM itempricegroup " & _
"Where...