I have the following in data source but i do not know how it works
=get_keyhook()
it is in a text box under data source
I have the following in data source but i do not know how it works
=get_keyhook()
it is in a text box under data source
It could be a custom function,
locate the routine in the code (find, global search)
then post it.
Most likely that is a custom function under the code of the form or in a module - open the VB Editor and search for get_keyhook, and then see what it is doing.