Hi, i have made a data source connection to a very simple database, UserID, Firstname and Lastname. I dragged the dataset onto the form and all looks well, i can add users and save records correctly.
But if i enter a new row, enter some details, then click to enter a new row the autonumber is incremented correctly, for example to 6. I then click off (and cancel the insert), i click back into the row to enter a new record and the number is now 7, even though the last row was not commited.
Is this by design, my bad code, or a bug? Any ideas?
Cheers,
Chris