compile error on goto record from onscreen numberic keypad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wur9rxsuzu
    New Member
    • Jan 2008
    • 1

    compile error on goto record from onscreen numberic keypad

    I'm using numeric on screen keys to goto specifig record.
    when i type the number for example 1234 and hit on screen enter button it has to goto that record. what is the code to be used inthe "enter" button.

    here is the code i'm using for the numbers:
    Me.Combo117 = Me.Combo117 & "2"

    here is the code i'm using for the goto record:
    Me.Combo117.Set Focus
    DoCmd.GoToRecor d = Me.Combo117

    At this point i get compile error message and i can not figure it out.

    Thanks
  • smartchap
    New Member
    • Dec 2007
    • 236

    #2
    I think if u post ur project here, we could solve ur problem as from the post query is not very clear.

    Comment

    Working...