G
Guest
Greetings,
I have a table with an autonubered index. I enter data to this table via a form. In the form I have a textbox referring to the index. I have protected the textbox to avoid changes to the index.
Previously, when I entered a value to any other field in the form, a new record was added to the table and the index automatically got a new number.
I then moved the data to another table, emptying my table. Now the autnumber stopped incrementing. Every time I enter a new record, the index remains 0.
What did I do wrong? How can I solve the roblem?
Thanks
Kamil
I have a table with an autonubered index. I enter data to this table via a form. In the form I have a textbox referring to the index. I have protected the textbox to avoid changes to the index.
Previously, when I entered a value to any other field in the form, a new record was added to the table and the index automatically got a new number.
I then moved the data to another table, emptying my table. Now the autnumber stopped incrementing. Every time I enter a new record, the index remains 0.
What did I do wrong? How can I solve the roblem?
Thanks
Kamil