Click here to Skip to main content
15,887,964 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if i have a function needs formname and controlname which it is called in
and i need this function to be called in every control in the form what ever the kind of the control is
what variables can help me to do that
as a form name i can call the parameter Me but as a control name i want
a variable tells me what is the name of the current control
(in c# there is sender object i want an equivalent parameter in access if there is one or if there is away to do that)
Posted

1 solution

Screen.ActiveControl
i found the answer thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900