Results 1 to 4 of 4
  1. #1
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659

    Keyboard popup for tablets

    I am using access 2007



    Is there a popup numpad or way to make the one for a windows tablet appear through access? I have a user form that is used to store inventory information scanned from a USB device. I would like to have when the cursor enters the Quantity box, for there to be an easy way to enter the number without having to pull up the on screen keyboard.

    Thoughts?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Interesting topic. We are considering getting tablets in the lab for data entry. Hadn't thought about using virtual keyboard.

    What happens when focus moves to a data control - have to manually open the keyboard? It doesn't just popup?

    This thread has example of a custom keyboard. Maybe can do the same for a number pad. http://www.access-programmers.co.uk/...d.php?t=202365

    Bing: access database touch screen virtual number pad
    Not finding much specific to Access.
    http://www.supershareware.com/touch-...mber-pad-free/
    http://www.hexatech.com/touch.htm

    I expect a form could be built to emulate a number key pad and code could transfer input to the data control that has focus.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Wont have the tablet for another day or so.

    I was thinking of just adding 10 or so buttons to the form in an area at the appearence of numpad and just emulating through that. Makes me miss control arrays.

    I will also try shell("%windir%\system32\osk.exe",true)




  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    tablet is a real challenge; and the screen layout is critical - - plus it varies by tablet so you really have to be device specific in your screen layout..... things we take for granted via a keyboard such a command button can appear much too small for the users finger.......and if the user must invoke the virtual keyboard a significant amount of the screen is not visible. Frankly it is a huge design hassle. One really must think in terms of single finger input rather than 10 finger input. very very design intensive compared to a normal Access application....as in your case I think you are going to have to design a form to act as a number keypad....

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Keyboard Shortcuts
    By emberk in forum Access
    Replies: 1
    Last Post: 05-27-2014, 05:47 PM
  2. Replies: 1
    Last Post: 03-05-2013, 01:14 PM
  3. Tablets
    By nashr1928 in forum Access
    Replies: 1
    Last Post: 08-15-2012, 12:26 PM
  4. Keyboard shortcut for Commenting
    By Ashe in forum Forms
    Replies: 1
    Last Post: 12-09-2011, 12:28 PM
  5. Create a shourtcut keyboard
    By MartinLutfer in forum Forms
    Replies: 0
    Last Post: 05-24-2011, 12:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums