Hi,
Is there a way to get the name of the active textbox (the one with the focus) in my form without coding the name for the textbox.
something like activecontrol.name or so.
tnx
got it.
Me.ActiveControl.Name.
lol