KeyDown with ComboBox

Capitala

Member
Local time
Today, 05:20
Joined
Oct 21, 2021
Messages
89
Good day gentlemen!
I'm using (F6) key with fields on form for specific purpose. it works fine with textboxes but doesn't work with any comboBox?
Here's my code
If KeyCode = 117 Then
dosomething
End If
Any ideas!!!
 
Hi. I just gave it a try, and it works for me. Just to cofirm, are you using the KeyDown event?
 
It may be helpful if you research how the the Access.Form.KeyPreview property affects the handling of key events on an Access.Form.
 

Users who are viewing this thread

Back
Top Bottom