access first record/value deleted
hi,
i ll try to explain my problem:
There is a form with the name PROJECT and there are the field names ID & Title.
The form is in properties, add data = true
so i'm typing many values in the field "Title" (the names of the project)
and i have the problem e.g.
ID Title(project)
1 LOVE
2 TRUTH
3 ANGRY
4 ......
but when i m going to take a look in the table, the value of the field of the first record is empty, there is only the ID=1.
ID Title(project)
1
2 TRUTH
3 ANGRY
4 ......
i m retyping the word LOVE in the first record but when i m opening the table tha first record is emty/null, again.
please can you help me?
thanx a lot
|