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
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
Comment