I am currently entering data from a Windows Form Application written in C#. My Database is a Microsoft Access Database. Everything is working fine accept I keep getting errors
I belive you need to set autoincrement somethink like
ALTER TABLE MonsterDrops ALTER COLUMN ID AUTOINCREMENT(1001,1)
basically replace 1001 with your last ID and you want to increment your next insert by 1