coping data between tables

  • Thread starter Thread starter lee
  • Start date Start date
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.
 
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.
 
Back
Top