Hi,
I want to log my field-entries from a form.
For doing this, I use a "save data". The database table is "..._datalog"
The first recordset my form creates has an empty uid-entry.
After that no more entries will be inserted, because auf duplicate uid entry.
How can I solve this? I created a "Special field" uid - increment - 1 but nothing is written to the table.
I then changed the index from unique to index of the uid-field. So it works, but maybe that´s not the correct way ;-)
Bernd
I want to log my field-entries from a form.
For doing this, I use a "save data". The database table is "..._datalog"
The first recordset my form creates has an empty uid-entry.
After that no more entries will be inserted, because auf duplicate uid entry.
How can I solve this? I created a "Special field" uid - increment - 1 but nothing is written to the table.
I then changed the index from unique to index of the uid-field. So it works, but maybe that´s not the correct way ;-)
Bernd