How to make home KEY to perform an action - URGENT HELP PLEASE !!!

  • Thread starter Thread starter ljubo l via AccessMonster.com
  • Start date Start date
L

ljubo l via AccessMonster.com

What is the easiest way yo make the HOME key to perform an action when
pressed.
Could I use the code as follows:
If KeyAscii = Asc("Key ") Then
"ACTION"
End If
If so, what should I provide for the "Key " parameter if I wanted the HOME
key to be recognised ?
If it is not possible like this what should I do to make an appropriate macro
!!?
 
Back
Top