UPDATE Table1 "A"
SET A.description = (
SELECT B.description
FROM Table2 "B"
WHERE A.ID = B.ID)
Does anyone know how to create this query in Access. I get an Error 'Must
use Updateable Query' when I type this into the SQL design view.
Thanks in Advance-
Ben
benjami...@jamminsoftware.com
Or do you have a need to alias the table?
Max
http://www.siliconpublishing.org/
"Ben Levitt" <benjami...@hotmail.com> wrote in message
news:uVAKqNasAHA.684@tkmsftngp03...