Hello, I am facing a strange problem, I've looked everywhere for a solution but couldn't find any previous posts about it. I will try to explain as best as I can, but it's quite hard to describe.
I have a subform with 5 fields. On the first of these fields “Date”I put in code triggered by On UpDate event so that after writing a new date in the subform some calculations are performed.
So far everything works fine. My problem is that when I go back to a new record and focus the cursor again in the empty Date field, automatically the cursor moves to the first record (within the subform) of the same field (Date). It seems I can do nothing to stop it.
Any help would be much appreciated.
I have a subform with 5 fields. On the first of these fields “Date”I put in code triggered by On UpDate event so that after writing a new date in the subform some calculations are performed.
So far everything works fine. My problem is that when I go back to a new record and focus the cursor again in the empty Date field, automatically the cursor moves to the first record (within the subform) of the same field (Date). It seems I can do nothing to stop it.
Any help would be much appreciated.
Comment