rfazendeiro
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 110
SET IDENTITY_INSERT ON in Access
So in SQL Server I could allow insert data in the identity field with
Is there an identical way to do this in Access?
thx
Edit: Detected some Errors
So in SQL Server I could allow insert data in the identity field with
Code:
SET IDENTITY_INSERT tablename ON
Is there an identical way to do this in Access?
thx
Edit: Detected some Errors
Last edited by a moderator: