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
Programming Help - vb.net/C# app to click in another application window using Win API or sendmessage
Date conversion
Click an Hyperlink in Internet Explorer Using an Excel Macro
MS Word conversion to Adobe
Regional settings GREEK , decimal separator "," sql server 2000, But does not update a textbox tha binds to a float field,C# framework 2.0
Find a Text in a cell and copy it to another cell.
Can Access 2003 and 2007 coexist in peace on the same machine?
Drawing and Scolling in Windows C# - ClientRectangle? Paint?
Access 2007 Union Query With Linked Tables
Access Query Error: specified expression as part of an aggregate function