D DT Registered User. Local time Today, 11:01 Joined Oct 23, 2000 Messages 83 Jun 13, 2002 #1 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
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
Fizzio Chief Torturer Local time Today, 19:01 Joined Feb 21, 2002 Messages 1,885 Jun 13, 2002 #2 Yep, just refer to the button you have just pressed in the module as Screen.ActiveControl.Name HTH
D DT Registered User. Local time Today, 11:01 Joined Oct 23, 2000 Messages 83 Jun 13, 2002 #3 Works Great! Thanks for the help! Works Perferct!