On 07/16/2011 02:44 PM, Jason Ledford wrote: > Now my question is can I now move all the tickets with? > > update `Tickets` set `Queue` = '3' where `Queue` = '4' Note that won't record a transaction in each ticket's history. Thomas