Hi,
Can someone please help me to figure out how to determine page numbers of a form that is separated by page breaks?
I'm trying to write code something like this
If current page is page #1 Then
Select Case KeyCode
Case 33
KeyCode = 0
End Select
End if
to disable the pageup key if the user is already at the top of the form. (Currently, if this is the case, the system takes the user to the previous record, which I don't want to happen.)
Any ideas?
Thanks,
Rosebud
Can someone please help me to figure out how to determine page numbers of a form that is separated by page breaks?
I'm trying to write code something like this
If current page is page #1 Then
Select Case KeyCode
Case 33
KeyCode = 0
End Select
End if
to disable the pageup key if the user is already at the top of the form. (Currently, if this is the case, the system takes the user to the previous record, which I don't want to happen.)
Any ideas?
Thanks,
Rosebud