Microsoft
Software
Hardware
Network
Question : bodytype.
Need to fix the index.
The index is at 30?
I need to make it 28.
Answer : bodytype.
Delete from tblname where bodTypeID = 30
After that:
SET IDENTITY_INSERT table_name ON
INSERT INTO tablename(bodyTypeID,BodyT
ype) Values (28, Other)
SET IDENTITY_INSERT table_name OFF
Random Solutions
Mail Merge
How do I get the string associated with each index of a listbox populated from a data object?
sql
CListCtrl Why is SetSelectionMark() not working
C++ Command Line Args
How to convert this VB.NET code to VC# code?
SQL Table-value function / permissions / Access Front End
access sub-form with While...Wend to update main form
Programmatically FIll Out a PDF Form
drop down list in access not always working