Subject RE: Data transfer from one table to another
Author

column numbers and type must match in inserted table from the select 


insert into Members (number, name)

  select number, name from NewMembers