A Aaron E via AccessMonster.com Oct 5, 2005 #1 Is there a way to get a reference to whatever control has the focus?
M Marshall Barton Oct 5, 2005 #3 Aaron said: Is there a way to get a reference to whatever control has the focus? Click to expand... If you are in the same form as the control, then use Me.ActiveControl otherwise Forms!someform.ActiveControl
Aaron said: Is there a way to get a reference to whatever control has the focus? Click to expand... If you are in the same form as the control, then use Me.ActiveControl otherwise Forms!someform.ActiveControl
A Aaron E via AccessMonster.com Oct 16, 2005 #4 Thanks Marshall said: If you are in the same form as the control, then use Me.ActiveControl otherwise Forms!someform.ActiveControl Click to expand...
Thanks Marshall said: If you are in the same form as the control, then use Me.ActiveControl otherwise Forms!someform.ActiveControl Click to expand...