I don't need to know the clickable button's size or location. I need to know the name of the field I'm occupying when I shortcut key the transparent button. It could be one of two options on each subform.
Yes I realise that but you could use a lookup table to get the value you want from each command button. Or just use a similar naming convention for buttons and field names e.g. FieldName and cmdFieldName.
No, you enhanced it.
My point was the O/P complained about finally getting an answer from your post #20, when it was pretty much offered on the second post.
i think we are moving in circles. if you use the double click event of the control you want the answer placed into, you have a place to put code where you can reference the me.controlname and not have to use the screen.active.control - which as others have mentioned, is not totally reliable.
arnelgp's suggestion is probably the best option if you are insistent on not using the double click event of the control you want the answer placed into.