R
RyanJLH
I am using a subform and having users check off items in a schedule as
complete in a check box. Afterupdate, code executes that bookmarks the
current record and scans through the list of tasks to verify which task was
the last completed item in the list. The bookmark then returns the user to
the starting location where he just checked off the item. The bookmark
crashes bout 1 in 5 times with "No current record".
I noticed that when I use the scroll bar on the subform to scan down the
list of tasks, the focus kicks over to the check box column. Whenever I
click the check box where the focus is set, I get the above stated error.
What am I missing?
If you cannot figure it out, is there a way to automate moving the focus to
another record or field that would cheat around the problem?
Ryan
complete in a check box. Afterupdate, code executes that bookmarks the
current record and scans through the list of tasks to verify which task was
the last completed item in the list. The bookmark then returns the user to
the starting location where he just checked off the item. The bookmark
crashes bout 1 in 5 times with "No current record".
I noticed that when I use the scroll bar on the subform to scan down the
list of tasks, the focus kicks over to the check box column. Whenever I
click the check box where the focus is set, I get the above stated error.
What am I missing?
If you cannot figure it out, is there a way to automate moving the focus to
another record or field that would cheat around the problem?
Ryan