Append filtered records to table

J

jrcruzr

I am using 2007 and used filter menu. I want to append filtered records to
an existing table.

Thanks in advance,
 
J

John W. Vinson

I am using 2007 and used filter menu. I want to append filtered records to
an existing table.

Thanks in advance,

Use an Append Query instead, with the same criteria as you used in your
filter.
 
Top