Hello,
I have fields on the form as in the picture.
There can be over a hundred different people.
Second text box was date of creating entry.
It is set to the default value of current day for every
time i open the form.
Third and fourth text box is for numeric values.
I bound text boxes to the table field.
Set form to the data entry YES.
So, when i open form and make entry at the first text
box i got same values at all text boxes at the form.
I believe this is because the text box is linked to the same field in the table.
I mean workink hours to the field 1, extra hours to the field 2....
Behind the name is a hidden text box with id values for the given name.
Does anyone have any idea how to do this?
Should I set the fields to unbound and use the sql statement to enter data into the table?