I have a function called that GetLogInOut that needs a parameter that is a control. Is there a way that I don't have to type out the name of every control?
since I usually place this code in the event on click
something like =GetLogInOut([ME])
Newbie in search of knowledge
since I usually place this code in the event on click
Code:
=GetLogInOut([Name of Control])
something like =GetLogInOut([ME])
Newbie in search of knowledge