So you say the offending code is:
Code:
update allocations
set allocations.driver_name=drivers.driver_name
from drivers inner join allocations on allocations.driver_record_number=drivers.record_number
And this is generating an error?
This query looks fine to me. Post the table defs, because something else is going on here...
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com