It does. Thank you. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Thursday, December 01, 2005 15:46 To: [email protected] Subject: [Access VBA Central] Re: Page Up/Down Importance: Low
Not sure what the ASCII values of those buttons are, but in the Form_KeyPress(KeyASCII As Integer) event you should be able to do something like "MsgBox keyASCII" to get that (press the PU and PD buttons to activate the event). Once you get those values you can use them in IF/THEN/ELSE/END IF or SELECT CASE...END SELECT statements. Hope this helps! Alienwebmaster --- In [email protected], "Richard Rogers Beasimer" <[EMAIL PROTECTED]> wrote: > > Y'all, how can I capture the Page Up or Page Down key press in my form? > > > RRB _____ YAHOO! GROUPS LINKS * Visit your group "AccessVBACentral <http://groups.yahoo.com/group/AccessVBACentral> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . _____ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/q7folB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AccessVBACentral/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
