I have been developing a databaseapp. in DAO and it works well - except in
one situation.
I have an indexed primary and unique field in the database
When I use "data1.edit" and edit the record (not the indexed field) and save
it by using "data1.update", I get the errormessage no.3022, saying that I
can't duplicate an indexed, unique field.
The first record in the database works OK, but when I get to no. 2,3,etc, I
get the errormessage.
Kind regards
Carsten Jensen