While viewing a form, I use Find (Ctrl-F) to find a new record. In On Current for the form, I use GoToControl to adjust the display of one of the fields in the new record. Is there any way I can determine what field the Find was going to place the focus on? I would like to get that information before I do the GoToControl so that I can use another GoToControl at the end of the On Current event to return focus where it would have been without my programmed detour.
Thanks,
David
Thanks,
David
Comment