S 
		
								
				
				
			
		Scott
I'm trying to write a custom function using KeyPress.
The standard "Event Procedure" event subroutine for the
KeyPress event has a parameter that is passed into it,
KeyAscii.
----
Private Sub TransDate_KeyPress(KeyAscii As Integer)
End Sub
				
			The standard "Event Procedure" event subroutine for the
KeyPress event has a parameter that is passed into it,
KeyAscii.
----
Private Sub TransDate_KeyPress(KeyAscii As Integer)
End Sub
