what's wrong with this sql statement?

Posted by I__ on Stack Overflow See other posts from Stack Overflow or by I__
Published on 2010-06-08T18:50:19Z Indexed on 2010/06/08 19:02 UTC
Read the original article Hit count: 124

Filed under:
|
|

in access i am doing this:

insert into accounts_changes 
 (select * 
  from accounts 
  where [Agency Code] 
  in (select * from tableimport))

it says that it doesnt like this INSERT statement

© Stack Overflow or respective owner

Related posts about sql

Related posts about ms-access