I am trying to use an MS Access 2000 table with the newest version of UniDAC but I am having troubles with an autoincrement field.
I have a grid (from the Devart package) on a form where one of the fields is auto but when using MS Access it doesn't increase and I get an error saying that field should be filled out.
If I shift to MySQL db then it works.
Are there some specific options that I need to set.
Autoincrement field in MS Access table
Re: Autoincrement field in MS Access table
Set properties Options.RequiredFields to False.oz8hp wrote:I am trying to use an MS Access 2000 table with the newest version of UniDAC but I am having troubles with an autoincrement field.
I have a grid (from the Devart package) on a form where one of the fields is auto but when using MS Access it doesn't increase and I get an error saying that field should be filled out.
If I shift to MySQL db then it works.
Are there some specific options that I need to set.