Moving data from table to table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table that contains a lot of data, and I am now creating new tables
to split the data up. How do I do to only get some of the data in the old
table to a new one? For example one or two columns.
 
Falin said:
I have a table that contains a lot of data, and I am now creating new
tables to split the data up. How do I do to only get some of the data
in the old table to a new one? For example one or two columns.

Check help for "Append query".
 
Back
Top