Microsoft
Software
Hardware
Network
Question : Access........How do i "Go To" a record based on user id input
I have an Access DB whereby i want to be able to place an input text box and a button on my form. I want to be able to input a specific record ID in the text box, hit the button, and "Go To" that specific record. Any help would be appreciated!
Answer : Access........How do i "Go To" a record based on user id input
Better yet:
Private Sub Command3_Click()
Me.RecordsetClone.FindFirs
t "[RecID] = " & Me.YourTextBoxNameHere
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
mx
Random Solutions
Oracle Case Insensitive Query
Run macro on protected sheet without asking for password
MS Access' ability to be used across a network
hidden files on server - windows 2003 server
Import special toolbar from another database
Convert LINQ in C# to VB.NET
MP3 & 4 burn to audio cd with win 7
Updating things based on info in a given record
How can I compare float data?
reading an xml file in c#