Hi,
I did a test to see how the KeyPress function works. To test it, I used this:

Private Sub Form_KeyPress(Enter As Integer)
Beep
End Sub

But when I press enter, nothing happens. How would I get it to work. Also, how would I use the arrow buttons?
Thanks.