Hi
I have a form with a linked subform. The subform is in datasheet view on the form.
I have the following three fields: fld1, fld2, fld3.
Fld 3 has no tab stop.
On the Before Update event of the subform I call two procedures to check the validity of the data entry.
If the data entry is ok I would expect the focus to move to the next field which would be fld1 of the next record as fld3 has no tab stop. If the data entry is not valid i have cancel event code in the procedures called.
The cancel event part works fine. The cursor remains in fld2
expecting correct data entry. However, when the data entered is fine Access Project moves the focus back back to the start of the same record just entered ie fld1.
This never happened in Access MDB. What am I doing wrong in Project?
I tried moving the Before Update event to fld2 but it made no difference.
Any suggestion greatly received
I have a form with a linked subform. The subform is in datasheet view on the form.
I have the following three fields: fld1, fld2, fld3.
Fld 3 has no tab stop.
On the Before Update event of the subform I call two procedures to check the validity of the data entry.
If the data entry is ok I would expect the focus to move to the next field which would be fld1 of the next record as fld3 has no tab stop. If the data entry is not valid i have cancel event code in the procedures called.
The cancel event part works fine. The cursor remains in fld2
expecting correct data entry. However, when the data entered is fine Access Project moves the focus back back to the start of the same record just entered ie fld1.
This never happened in Access MDB. What am I doing wrong in Project?
I tried moving the Before Update event to fld2 but it made no difference.
Any suggestion greatly received