R
Rene
Hello group,
This query is giving me a problem, in that one field is not carried over to
the destination table properly.
INSERT INTO BE_tT
SELECT FE_tT.*
FROM FE_tT;
On the front-end, the field causing problems is:
Primary key,
Autonumber (random)
in a Jet/MDB table Access 2002
On the back-end, its equivalent is defined as:
Key,
int
in an ODBC linked table to SQL Server 2000
When I execute the query, the back-end table gets a new random number,
instead of getting the value from the front-end.
What's wrong in my deffinitions/query?
Thanx!
René
Montreal
This query is giving me a problem, in that one field is not carried over to
the destination table properly.
INSERT INTO BE_tT
SELECT FE_tT.*
FROM FE_tT;
On the front-end, the field causing problems is:
Primary key,
Autonumber (random)
in a Jet/MDB table Access 2002
On the back-end, its equivalent is defined as:
Key,
int
in an ODBC linked table to SQL Server 2000
When I execute the query, the back-end table gets a new random number,
instead of getting the value from the front-end.
What's wrong in my deffinitions/query?
Thanx!
René
Montreal