Type the following code in the event between the...

B

boblarson

That would be between this:
Private Sub ControlNameHere_KeyDown(KeyCode As Integer, Shift As Integer)

And this:
End Sub
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
 
G

George Hester

Hi Bob and Tom. I figured out another way to do it in fact using Access 2000
in a Data Access Page but I will give your suggestion a look see as well.
Here it is:

<SCRIPT language=vbscript event=onkeydown for=txtNavRecord>
<!--
'Microsoft code
-->
</SCRIPT>
 
G

George Hester

Yeah think you are right there. I wouldn't have used it but that is what I
had available in Access 2000. I will be moving this application over to SQL
at some point down the line.
 
Top