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
tried to upgrade to svc pk 3, now it won't boot
"net use" shows a drive share as "unavailable" when run from the scheduler
How to Set Default Domain Controller? SBS 2003 / Exchange 2007
Strongly typed dataset Null Values Causes Exception
grabbing text from a string after a logic
Inner join query not returning results using "LIKE" operator
help me find this driver- Netgear WN111 ver.1 for XP
Using COMAdmin to create a COM+ application running under an identity of "Network Service"
Autofill with letters of the alphabet...
Reorder Columns in a DataGrid