Return name of button?

DT

Registered User.
Local time
Today, 11:01
Joined
Oct 23, 2000
Messages
83
I have a module that when a user clicks a button it logs the users name and time to a table. I want it also to log the name of the button. Is this possible?

Thanks,

DT
 
Yep, just refer to the button you have just pressed in the module as

Screen.ActiveControl.Name

HTH
 
Works Great!

Thanks for the help! Works Perferct!
 

Users who are viewing this thread

Back
Top Bottom