coping data between tables

L

lee

I need to copy data only between to tables that have
similiar struture ...the point of contention is that in
the first table i have a autonumber for DocID in the
second table DocID is a pull down menu of first DocID.

is it possible to do this.
 
R

Ronald W. Roberts

lee said:
I need to copy data only between to tables that have
similiar struture ...the point of contention is that in
the first table i have a autonumber for DocID in the
second table DocID is a pull down menu of first DocID.

is it possible to do this.
In the second table make the field for DocID Long.
 
Top