use before your insert the expression in SQL Server to permit insert in autonumber field
SET IDENTITY_INSERT tableA ON
INSERT INTO TableA( a, b, c, d, e ) SELECT A, B, C, D, E FROM TableB;
SET IDENTITY_INSERT tableA ON
really the inconsistency occurr. the trust connection is default for some windows. Configure your sql server security SQl server and Windows, and change the password of the your users in SQL Server. The passwords will have different between Windows and SQL server.
griks,
your problem is simple.
the problem is typical.Not in your syntax or sql but in your references in VBA. Please verify your references library when worked in Access 2000.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.