In the course of programming a timesheet, I must tally both columns and rows for total hours. I would like to tally these numbers as the hours are being entered. But in order to achieve this, I placed the code in the AFTERUPDATE event requiring that I SETFOCUS many times. The problem is...I don't know where the true SETFOCUS should be when I'm done. The AFTERUPDATE event is triggered on Enter, Tab or Cursor movement. Is there a way to capture the intended next field during an AFTERUPDATE event?
Thanks,
Ken
Thanks,
Ken