I
im99_chs via AccessMonster.com
Hello to everyone!
I have a little problem and I would like your help.
I have a table with 2 fields (ID, salary_sum).
The ID is primary key and autonumber. It looks like
ID salary_sum
1 23
2 111
3 34
4 56.
When I am deleting the last record 4 56 the new record appeared
with
ID salary_sum
5 65
and no 4 65.
How can i fix this problem??
Thank you in advance.
Christos
I have a little problem and I would like your help.
I have a table with 2 fields (ID, salary_sum).
The ID is primary key and autonumber. It looks like
ID salary_sum
1 23
2 111
3 34
4 56.
When I am deleting the last record 4 56 the new record appeared
with
ID salary_sum
5 65
and no 4 65.
How can i fix this problem??
Thank you in advance.
Christos